module SQLiterate::Node::DecimalLiteral

Public Instance Methods

value() click to toggle source
# File lib/sqliterate/node/evaluate/literals.rb, line 16
def value
  text_value.to_f
end