class FilterLexer::NumberLiteral

A number is an integer or a float, with an optional sign and an optional exponent

Public Instance Methods

data() click to toggle source
# File lib/filter_lexer/nodes/literals.rb, line 36
def data
        return text_value.to_f
end