Module: Delorean::FnArgs1
- Defined in:
- lib/delorean/delorean.rb
Instance Method Summary collapse
Instance Method Details
#arg0 ⇒ Object
3710 3711 3712 |
# File 'lib/delorean/delorean.rb', line 3710 def arg0 elements[0] end |
#args_rest ⇒ Object
3714 3715 3716 |
# File 'lib/delorean/delorean.rb', line 3714 def args_rest elements[1] end |