There's no documentation for this item.
# File initializer.rb, line 680 def []=(key, value) key = key.to_sym if pair = find_pair(key) pair.pop pair << value else self << [key, value] end end
<code/>
<pre/>
<code/>and<pre/>for code samples.