# File lib/rspec/matchers/operator_matcher.rb, line 14 def unregister(klass, operator) registry[klass] && registry[klass].delete(operator) end