# File lib/hashery/openobject.rb, line 167
  def []=(key, value)
    @hash[key.to_sym] = value
  end