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