class Glyph::EscapeNode

Some escaped text within Glyph Abstract Syntax Tree @since 0.3.0

Public Instance Methods

to_s() click to toggle source

Returns the escaped value

# File lib/glyph/syntax_node.rb, line 241
def to_s
        self[:value]
end