Example #1
0
 public static bool IsCharDevice(RubyClass /*!*/ self, object path)
 {
     return(RubyStatOps.IsCharDevice(RubyStatOps.Create(self.Context, path)));
 }