IronRuby.Builtins.RangeOps.Inspect C# (CSharp) Method

Inspect() private method

private Inspect ( RubyContext context, Range self ) : MutableString
context RubyContext
self Range
return MutableString
        public static MutableString/*!*/ Inspect(RubyContext/*!*/ context, Range/*!*/ self) {
            return self.Inspect(context);
        }