public static MutableString GetChar(RubySymbol /*!*/ self, [DefaultProtocol] int index) { return(MutableStringOps.GetChar(self.String, index)); }