Module: Delorean::UnpackArgs1

Defined in:
lib/delorean/delorean.rb

Instance Method Summary collapse

Instance Method Details

#arg0Object



2372
2373
2374
# File 'lib/delorean/delorean.rb', line 2372

def arg0
  elements[0]
end

#args_restObject



2376
2377
2378
# File 'lib/delorean/delorean.rb', line 2376

def args_rest
  elements[1]
end