Module: Delorean::KwArgs2

Defined in:
lib/delorean/delorean.rb

Instance Method Summary collapse

Instance Method Details

#arg0Object



3143
3144
3145
# File 'lib/delorean/delorean.rb', line 3143

def arg0
  elements[1]
end

#args_restObject



3151
3152
3153
# File 'lib/delorean/delorean.rb', line 3151

def args_rest
  elements[4]
end

#ifexpObject



3147
3148
3149
# File 'lib/delorean/delorean.rb', line 3147

def ifexp
  elements[3]
end

#splatObject



3139
3140
3141
# File 'lib/delorean/delorean.rb', line 3139

def splat
  elements[0]
end