Method: Glyph::SyntaxNode#to_s

Defined in:
lib/glyph/syntax_node.rb

#to_sString

Returns an empty string.

Returns:

  • (String)

    an empty string

Since:

  • 0.3.0

[View source]

12
13
14
# File 'lib/glyph/syntax_node.rb', line 12

def to_s
	""
end