class ActiveSupport::JSON::Encoding::JSONGemEncoder

def initialize(options = nil)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (?nil options) -> void

This signature was generated using 38 samples from 1 application.

def initialize(options = nil)
  @options = options || {}
end