Module: Delorean::UnpackArgs1

Defined in:
lib/delorean/delorean.rb

Instance Method Summary collapse

Instance Method Details

#arg0Object



1207
1208
1209
# File 'lib/delorean/delorean.rb', line 1207

def arg0
  elements[0]
end

#args_restObject



1211
1212
1213
# File 'lib/delorean/delorean.rb', line 1211

def args_rest
  elements[1]
end