class ActiveSupport::HashWithIndifferentAccess

def self.[](*args)

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

def self.[]: ((Symbol | String) key) -> (nil | String | Hash)

This signature was generated using 29 samples from 2 applications.

def self.[](*args)
  new.merge!(Hash[*args])
end