Module: Delorean::KwArgs2

Defined in:
lib/delorean/delorean.rb

Instance Method Summary collapse

Instance Method Details

#arg0Object



4183
4184
4185
# File 'lib/delorean/delorean.rb', line 4183

def arg0
  elements[1]
end

#args_restObject



4191
4192
4193
# File 'lib/delorean/delorean.rb', line 4191

def args_rest
  elements[4]
end

#ifexpObject



4187
4188
4189
# File 'lib/delorean/delorean.rb', line 4187

def ifexp
  elements[3]
end

#splatObject



4179
4180
4181
# File 'lib/delorean/delorean.rb', line 4179

def splat
  elements[0]
end