Method: Glyph::EscapeNode#to_s

Defined in:
lib/glyph/syntax_node.rb

#to_sObject

Returns the escaped value

Since:

  • 0.3.0



241
242
243
# File 'lib/glyph/syntax_node.rb', line 241

def to_s
  self[:value]
end