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