Class: Mingle::StringToken

Inherits:
BitGirderClass
  • Object
show all
Defined in:
lib/mingle.rb

Instance Method Summary collapse

Instance Method Details

#external_formObject Also known as: to_s



573
574
575
# File 'lib/mingle.rb', line 573

def external_form
    Chars.external_form_of( @val )
end

#hashObject



568
569
570
# File 'lib/mingle.rb', line 568

def hash
    @val.hash
end