class Glyph::TextNode
A piece of text in Glyph
Abstract Syntax Tree @since 0.3.0
Public Instance Methods
to_s()
click to toggle source
@return [String] the text itself
# File lib/glyph/syntax_node.rb, line 171 def to_s self[:value] end