Ejemplo n.º 1
0
 public static bool ValueEquals([NotNull] IRubyObject /*!*/ self, object other)
 {
     return(self.BaseEquals(other));
 }