module Daitai::Tail
Public Instance Methods
tail()
click to toggle source
# File lib/daitai/functions/tail.rb, line 5 def tail ->(list) { list[1..-1] } end
# File lib/daitai/functions/tail.rb, line 5 def tail ->(list) { list[1..-1] } end