class Mingle::StringToken
Public Instance Methods
external_form()
click to toggle source
# File lib/mingle.rb, line 573 def external_form Chars.external_form_of( @val ) end
Also aliased as: to_s
hash()
click to toggle source
# File lib/mingle.rb, line 568 def hash @val.hash end