instance method
[]=
Ruby on Rails 3.2.22.5
Since v3.0.20Signature
[]=(key, value)
No documentation comment.
Parameters
-
keyreq -
valuereq
Source
# File activesupport/lib/active_support/ordered_options.rb, line 24
def []=(key, value)
super(key.to_sym, value)
end
Defined in activesupport/lib/active_support/ordered_options.rb line 24
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::OrderedOptions