135 136 137
# File 'lib/ldpath/functions.rb', line 135 def wc(_uri, _context, str) Array(str).map { |x| x.split.length } end