class FilterLexer::Literal
A literal is the value (data) of the filter
Public Instance Methods
data()
click to toggle source
# File lib/filter_lexer/nodes/literals.rb, line 4 def data return text_value end
A literal is the value (data) of the filter
# File lib/filter_lexer/nodes/literals.rb, line 4 def data return text_value end