# File lib/sass/util.rb, line 313
    def hash_to_a(hash)
      return hash.to_a unless ruby1_8? || defined?(Test::Unit)
      hash.sort_by {|k, _v| k}
    end