IronRuby.Builtins.ModuleOps.ToS C# (CSharp) Method

ToS() private method

private ToS ( RubyContext context, RubyModule self ) : MutableString
context RubyContext
self RubyModule
return MutableString
        public static MutableString/*!*/ ToS(RubyContext/*!*/ context, RubyModule/*!*/ self) {
            return self.GetDisplayName(context, false);
        }