# File lib/sass/util/ordered_hash.rb, line 34
  def initialize(*args)
    super
    @keys = []
  end