# File lib/rspec/expectations/expectation_target.rb, line 68 def self.disable_deprecated_should return unless deprecated_should_enabled? remove_method :should remove_method :should_not self.deprecated_should_enabled = false end