Class: Mingle::StringToken
- Inherits:
-
BitGirderClass
- Object
- BitGirderClass
- Mingle::StringToken
- Defined in:
- lib/mingle.rb
Instance Method Summary collapse
- #external_form ⇒ Object (also: #to_s)
- #hash ⇒ Object
Instance Method Details
#external_form ⇒ Object Also known as: to_s
573 574 575 |
# File 'lib/mingle.rb', line 573 def external_form Chars.external_form_of( @val ) end |
#hash ⇒ Object
568 569 570 |
# File 'lib/mingle.rb', line 568 def hash @val.hash end |