Module: Delorean::KwArgs2

Defined in:
lib/delorean/delorean.rb

Instance Method Summary collapse

Instance Method Details

#arg0Object



3462
3463
3464
# File 'lib/delorean/delorean.rb', line 3462

def arg0
  elements[1]
end

#args_restObject



3470
3471
3472
# File 'lib/delorean/delorean.rb', line 3470

def args_rest
  elements[4]
end

#ifexpObject



3466
3467
3468
# File 'lib/delorean/delorean.rb', line 3466

def ifexp
  elements[3]
end

#splatObject



3458
3459
3460
# File 'lib/delorean/delorean.rb', line 3458

def splat
  elements[0]
end