method
[]
v4.2.7 -
Show latest stable
- Class:
ActiveSupport::HashWithIndifferentAccess
[](*args)public
No documentation available.
# File activesupport/lib/active_support/hash_with_indifferent_access.rb, line 83
def self.[](*args)
new.merge!(Hash[*args])
end