Module: Delorean::UnpackArgs1
- Defined in:
- lib/delorean/delorean.rb
Instance Method Summary collapse
Instance Method Details
#arg0 ⇒ Object
2226 2227 2228 |
# File 'lib/delorean/delorean.rb', line 2226 def arg0 elements[0] end |
#args_rest ⇒ Object
2230 2231 2232 |
# File 'lib/delorean/delorean.rb', line 2230 def args_rest elements[1] end |