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