class Numeric

Public Instance Methods

to_query(key) click to toggle source
# File lib/util.rb, line 100
def to_query(key)
  to_s.to_query(key)
end