method
new
v4.0.2 -
Show latest stable
- Class:
ActiveSupport::JSON::Encoding::Encoder
new(options = nil)public
No documentation available.
# File activesupport/lib/active_support/json/encoding.rb, line 43
def initialize(options = nil)
@options = options || {}
@seen = Set.new
end