Method: Glyph::SyntaxNode#to_s
- Defined in:
- lib/glyph/syntax_node.rb
permalink #to_s ⇒ String
Returns an empty string.
12 13 14 |
# File 'lib/glyph/syntax_node.rb', line 12 def to_s "" end |
Returns an empty string.
12 13 14 |
# File 'lib/glyph/syntax_node.rb', line 12 def to_s "" end |