method
[]=

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