Method: Ldpath::Functions#wc

Defined in:
lib/ldpath/functions.rb

#wc(_uri, _context, str) ⇒ Object



135
136
137
# File 'lib/ldpath/functions.rb', line 135

def wc(_uri, _context, str)
  Array(str).map { |x| x.split.length }
end