method

[]=

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: 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.