class FalseClass

Constants

AS_JSON

Public Instance Methods

as_json(options = nil) click to toggle source
# File lib/active_support/json/encoding.rb, line 163
def as_json(options = nil) AS_JSON end
to_param() click to toggle source
# File lib/active_support/core_ext/object/to_param.rb, line 23
def to_param
  self
end