Method: Enumerable#rest
- Defined in:
- lib/hobosupport/enumerable.rb
#rest ⇒ Object
35 36 37 |
# File 'lib/hobosupport/enumerable.rb', line 35 def rest self[1..-1] end |
35 36 37 |
# File 'lib/hobosupport/enumerable.rb', line 35 def rest self[1..-1] end |