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