module Pantheios::ApplicationLayer
Constants
- ParamNames
Type-distinct
::Array
for use with tracing, as indef my_func arg1, arg2, **options trace ParamNames [ :arg1, :arg2, :options ], arg1, arg2, options end
Type-distinct ::Array
for use with tracing, as in
def my_func arg1, arg2, **options trace ParamNames [ :arg1, :arg2, :options ], arg1, arg2, options end