class RSpec::Mocks::ProxyForNil
def warn method_name
def warn method_name source = CallerFilter.first_non_rspec_line Kernel.warn("An expectation of :#{method_name} was set on nil. Called from #{source}. Use allow_message_expectations_on_nil to disable warnings.") end