# File lib/hashery/openobject.rb, line 119
  def each(&yld)
    @hash.each(&yld)
  end