Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- activesupport/lib/active_support/core_ext/object/duplicable.rb,
activesupport/lib/active_support/json/encoding.rb
Overview
:nodoc:
Instance Method Summary (collapse)
Instance Method Details
- (Object) as_json(options = nil)
:nodoc:
177 |
# File 'activesupport/lib/active_support/json/encoding.rb', line 177 def as_json( = nil) to_s end |
- (Boolean) duplicable?
44 45 46 |
# File 'activesupport/lib/active_support/core_ext/object/duplicable.rb', line 44 def duplicable? false end |