Method: Array#tail

Defined in:
lib/stdlib/ext/array.rb

#tailObject



3
4
5
# File 'lib/stdlib/ext/array.rb', line 3

def tail
  self[1..-1]
end