# File lib/sass/util/ordered_hash.rb, line 179 def invert OrderedHash[to_a.map! {|key_value_pair| key_value_pair.reverse}] end