# File lib/sass/util/ordered_hash.rb, line 74 def delete(key) if has_key? key index = @keys.index(key) @keys.delete_at index end super end