Example #1
0
 public static MutableString FileType(RubyClass /*!*/ self, object path)
 {
     return(RubyStatOps.FileType(RubyStatOps.Create(self.Context, path)));
 }
Example #2
0
 public static MutableString FileType(RubyClass /*!*/ self, [DefaultProtocol, NotNull] MutableString /*!*/ path)
 {
     return(RubyStatOps.FileType(RubyStatOps.Create(self.Context, path)));
 }