class Pantheios::ApplicationLayer::ParamNameList
Type-distinct ::Array
for use with tracing, as in
def 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