class Opal::Nodes::Args::Parameters

def on_optarg(arg)

def on_optarg(arg)
  arg_name = arg.meta[:arg_name]
  %{['opt', '#{arg_name}']}
end