Method: ActiveSupport::JSON::Encoding::Encoder#initialize
- Defined in:
- lib/active_support/json/encoding.rb
#initialize(options = nil) ⇒ Encoder
Returns a new instance of Encoder.
40 41 42 43 |
# File 'lib/active_support/json/encoding.rb', line 40 def initialize( = nil) = @seen = [] end |