Method: AppMap::Handler::MarshalLoadHandler#handle_call

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

#handle_call(receiver, args) ⇒ Object



13
14
15
# File 'lib/appmap/handler/marshal_load_handler.rb', line 13

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