method
[]=
[]=(key, value)
public
Hide source
# File activesupport/lib/active_support/ordered_hash.rb, line 98 def []=(key, value) @keys << key unless has_key?(key) super end


