# File lib/deep_test/distributed/dispatch_controller.rb, line 9
 9:       def dispatch(method_name, *args)
10:         dispatch_with_options(method_name, {}, *args)
11:       end