# File lib/hashery/orderedhash.rb, line 104
    def to_a
      @keys.map{ |key| [ key, self[key] ] }
    end