Class: Symbol

Inherits:
Object show all
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(options = nil) to_s end

- (Boolean) duplicable?

Returns:

  • (Boolean)


44
45
46
# File 'activesupport/lib/active_support/core_ext/object/duplicable.rb', line 44

def duplicable?
  false
end