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