Module: Delorean::FnArgs1
- Defined in:
- lib/delorean/delorean.rb
Instance Method Summary collapse
Instance Method Details
#arg0 ⇒ Object
2989 2990 2991 |
# File 'lib/delorean/delorean.rb', line 2989 def arg0 elements[0] end |
#args_rest ⇒ Object
2993 2994 2995 |
# File 'lib/delorean/delorean.rb', line 2993 def args_rest elements[1] end |