Module: Delorean::FnArgs1
- Defined in:
- lib/delorean/delorean.rb
Instance Method Summary collapse
Instance Method Details
#arg0 ⇒ Object
2670 2671 2672 |
# File 'lib/delorean/delorean.rb', line 2670 def arg0 elements[0] end |
#args_rest ⇒ Object
2674 2675 2676 |
# File 'lib/delorean/delorean.rb', line 2674 def args_rest elements[1] end |