Method: Glyph::TextNode#to_s
- Defined in:
- lib/glyph/syntax_node.rb
#to_s ⇒ String
Returns the text itself.
171 172 173 |
# File 'lib/glyph/syntax_node.rb', line 171 def to_s self[:value] end |
Returns the text itself.
171 172 173 |
# File 'lib/glyph/syntax_node.rb', line 171 def to_s self[:value] end |