Module: Delorean::KwArgs2

Defined in:
lib/delorean/delorean.rb

Instance Method Summary collapse

Instance Method Details

#arg0Object



3933
3934
3935
# File 'lib/delorean/delorean.rb', line 3933

def arg0
  elements[1]
end

#args_restObject



3941
3942
3943
# File 'lib/delorean/delorean.rb', line 3941

def args_rest
  elements[4]
end

#ifexpObject



3937
3938
3939
# File 'lib/delorean/delorean.rb', line 3937

def ifexp
  elements[3]
end

#splatObject



3929
3930
3931
# File 'lib/delorean/delorean.rb', line 3929

def splat
  elements[0]
end