Module: Delorean::UnpackArgs1

Defined in:
lib/delorean/delorean.rb

Instance Method Summary collapse

Instance Method Details

#arg0Object



1976
1977
1978
# File 'lib/delorean/delorean.rb', line 1976

def arg0
  elements[0]
end

#args_restObject



1980
1981
1982
# File 'lib/delorean/delorean.rb', line 1980

def args_rest
  elements[1]
end