Module: Delorean::UnpackArgs1

Defined in:
lib/delorean/delorean.rb

Instance Method Summary collapse

Instance Method Details

#arg0Object



1505
1506
1507
# File 'lib/delorean/delorean.rb', line 1505

def arg0
  elements[0]
end

#args_restObject



1509
1510
1511
# File 'lib/delorean/delorean.rb', line 1509

def args_rest
  elements[1]
end