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