# File lib/hashery/ordered_hash.rb, line 114
      def each_value
        @keys.each{ |key| yield(self[key]) }
      end