module Daitai::Init

Public Instance Methods

init() click to toggle source
# File lib/daitai/functions/init.rb, line 5
def init
  ->(list) { list[0..-2] }
end