Module: Delorean::UnpackArgs1

Defined in:
lib/delorean/delorean.rb

Instance Method Summary collapse

Instance Method Details

#arg0Object



2226
2227
2228
# File 'lib/delorean/delorean.rb', line 2226

def arg0
  elements[0]
end

#args_restObject



2230
2231
2232
# File 'lib/delorean/delorean.rb', line 2230

def args_rest
  elements[1]
end