# File lib/sass/util.rb, line 88 def map_hash(hash) # Using &block here completely hoses performance on 1.8. to_hash(hash.map {|k, v| yield k, v}) end