Method: AppMap::Handler::FunctionHandler#handle_call

Defined in:
lib/appmap/handler/function_handler.rb

#handle_call(receiver, args) ⇒ Object



10
11
12
# File 'lib/appmap/handler/function_handler.rb', line 10

def handle_call(receiver, args)
  AppMap::Event::MethodCall.build_from_invocation(defined_class, hook_method, receiver, args)
end