Module: Delorean::KwArgs2
- Defined in:
- lib/delorean/delorean.rb
Instance Method Summary collapse
Instance Method Details
permalink #arg0 ⇒ Object
[View source]
4329 4330 4331 |
# File 'lib/delorean/delorean.rb', line 4329 def arg0 elements[1] end |
permalink #args_rest ⇒ Object
[View source]
4337 4338 4339 |
# File 'lib/delorean/delorean.rb', line 4337 def args_rest elements[4] end |
permalink #ifexp ⇒ Object
[View source]
4333 4334 4335 |
# File 'lib/delorean/delorean.rb', line 4333 def ifexp elements[3] end |
permalink #splat ⇒ Object
[View source]
4325 4326 4327 |
# File 'lib/delorean/delorean.rb', line 4325 def splat elements[0] end |