Flowdock
method

[]=

Importance_1
Ruby on Rails latest stable (v3.2.13) - 0 notes - Class: ActiveSupport::HashWithIndifferentAccess
[]=(key, value) public

Assigns a new value to the hash:

hash = HashWithIndifferentAccess.new
hash[:key] = "value"
Show source
Register or log in to add new notes.