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