# File lib/facon/error_generator.rb, line 13 def raise_unexpected_message_error(method, *args) raise(Facon::MockExpectationError, "#{target_name} received unexpected message :#{method} with #{format_args(*args)}") end