IronRuby.Builtins.RubyFileOps.ChangeOwner C# (CSharp) Method

ChangeOwner() private method

private ChangeOwner ( RubyClass self, [ owner, [ group, [ path ) : int
self RubyClass
owner [
group [
path [
return int
        public static int ChangeOwner(RubyClass/*!*/ self, [DefaultProtocol]int owner, [DefaultProtocol]int group, [DefaultProtocol, NotNull]MutableString/*!*/ path) {
            return 0;
        }

Same methods

RubyFileOps::ChangeOwner ( RubyContext context, RubyClass self, object owner, object group, [ path ) : int
RubyFileOps::ChangeOwner ( RubyContext context, IronRuby.Builtins.RubyFile self, object owner, object group ) : int
RubyFileOps::ChangeOwner ( IronRuby.Builtins.RubyFile self, [ owner, [ group ) : int