# File lib/css_parser/rule_set.rb, line 87 def remove_declaration!(property) @declarations.delete(property) end