Example #1
0
 public static MutableString /*!*/ Inspect(RubyContext /*!*/ context, object /*!*/ self)
 {
     return(HashOps.Inspect(context, ToHash(context, self)));
 }