method

new

rails latest stable - Class: ActiveSupport::JSON::Encoding::JSONGemEncoder
new(options = nil)
public

No documentation available.

# File activesupport/lib/active_support/json/encoding.rb, line 32
        def initialize(options = nil)
          @options = options || {}
        end