Method: ActiveSupport::JSON::Encoding::JSONGemEncoder#initialize
- Defined in:
- activesupport/lib/active_support/json/encoding.rb
#initialize(options = nil) ⇒ JSONGemEncoder
Returns a new instance of JSONGemEncoder.
32 33 34 |
# File 'activesupport/lib/active_support/json/encoding.rb', line 32 def initialize( = nil) = || {} end |