class RSpec::Mocks::Proxy

def raise_unexpected_message_error(method_name, *args)

Other tags:
    Private: -
def raise_unexpected_message_error(method_name, *args)
  @error_generator.raise_unexpected_message_error method_name, *args
end