# File lib/active_support/json/encoding.rb, line 39 def initialize(options = nil) @options = options @seen = [] end