class TrueClass

Public Instance Methods

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