method
[]=
[]=(key, value)
public
Assigns a new value to the hash:
hash = HashWithIndifferentAccess.new hash[:key] = "value"
[]=(key, value)
public
Assigns a new value to the hash:
hash = HashWithIndifferentAccess.new hash[:key] = "value"