Method: Array#tail
- Defined in:
- lib/ruby/jruby_hack.rb
#tail ⇒ Array
Selects all elements except the first.
45 46 47 48 |
# File 'lib/ruby/jruby_hack.rb', line 45 def tail _, *xs = self xs end |
Selects all elements except the first.
45 46 47 48 |
# File 'lib/ruby/jruby_hack.rb', line 45 def tail _, *xs = self xs end |