Class: Pantheios::ApplicationLayer::ParamNameList

Inherits:
Array
  • Object
show all
Defined in:
lib/pantheios/application_layer/param_name_list.rb

Overview

Type-distinct ::Array for use with tracing, as in

def my_func arg1, arg2, **options

    trace ParamNames [ :arg1, :arg2, :options ], arg1, arg2, options

end