Module: Delorean::KwArgs2

Defined in:
lib/delorean/delorean.rb

Instance Method Summary collapse

Instance Method Details

#arg0Object



4329
4330
4331
# File 'lib/delorean/delorean.rb', line 4329

def arg0
  elements[1]
end

#args_restObject



4337
4338
4339
# File 'lib/delorean/delorean.rb', line 4337

def args_rest
  elements[4]
end

#ifexpObject



4333
4334
4335
# File 'lib/delorean/delorean.rb', line 4333

def ifexp
  elements[3]
end

#splatObject



4325
4326
4327
# File 'lib/delorean/delorean.rb', line 4325

def splat
  elements[0]
end