Module: Delorean::FnArgs1
- Defined in:
- lib/delorean/delorean.rb
Instance Method Summary collapse
Instance Method Details
#arg0 ⇒ Object
3460 3461 3462 |
# File 'lib/delorean/delorean.rb', line 3460 def arg0 elements[0] end |
#args_rest ⇒ Object
3464 3465 3466 |
# File 'lib/delorean/delorean.rb', line 3464 def args_rest elements[1] end |