Object
# File lib/active_support/json/encoding.rb, line 181 181: def as_json(options = nil) to_s end
Symbols are not duplicable:
:my_symbol.duplicable? # => false :my_symbol.dup # => TypeError: can't dup Symbol
# File lib/active_support/core_ext/object/duplicable.rb, line 68 68: def duplicable? 69: false 70: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.