Class: FilterLexer::Literal

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/filter_lexer/nodes/literals.rb

Overview

A literal is the value (data) of the filter

Instance Method Summary collapse

Instance Method Details

#dataObject



4
5
6
# File 'lib/filter_lexer/nodes/literals.rb', line 4

def data
	return text_value
end