# File lib/active_support/json/encoding.rb, line 161 161: def as_json(options = nil) self end
true is not blank:
true.blank? # => false
# File lib/active_support/core_ext/object/blank.rb, line 68 68: def blank? 69: false 70: end
true is not duplicable:
true.duplicable? # => false true.dup # => TypeError: can't dup TrueClass
# File lib/active_support/core_ext/object/duplicable.rb, line 57 57: def duplicable? 58: false 59: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.