38 39 40 41
# File 'lib/eps/text_encoder.rb', line 38 def transform(arr) counts, fit = count_and_fit(arr) fit end