Parent

Class Index [+]

Quicksearch

FalseClass

Public Instance Methods

as_json(options = nil) click to toggle source
     # File lib/active_support/json/encoding.rb, line 166
166:   def as_json(options = nil) self end
blank?() click to toggle source

false is blank:

  false.blank? # => true
    # File lib/active_support/core_ext/object/blank.rb, line 58
58:   def blank?
59:     true
60:   end
duplicable?() click to toggle source

false is not duplicable:

  false.duplicable? # => false
  false.dup         # => TypeError: can't dup FalseClass
    # File lib/active_support/core_ext/object/duplicable.rb, line 46
46:   def duplicable?
47:     false
48:   end
encode_json(encoder) click to toggle source
     # File lib/active_support/json/encoding.rb, line 167
167:   def encode_json(encoder) to_s end
to_param() click to toggle source
    # File lib/active_support/core_ext/object/to_param.rb, line 21
21:   def to_param
22:     self
23:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.