Flowdock
[]=(key, value) public

Assigns a new value to the hash:

hash = ActiveSupport::HashWithIndifferentAccess.new
hash[:key] = 'value'

This value can be later fetched using either :key or 'key'.

Show source
Register or log in to add new notes.