Module: Delorean::UnpackArgs1
- Defined in:
- lib/delorean/delorean.rb
Instance Method Summary collapse
Instance Method Details
#arg0 ⇒ Object
1976 1977 1978 |
# File 'lib/delorean/delorean.rb', line 1976 def arg0 elements[0] end |
#args_rest ⇒ Object
1980 1981 1982 |
# File 'lib/delorean/delorean.rb', line 1980 def args_rest elements[1] end |