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