Method: String#ari

Defined in:
lib/textstats.rb

#ariObject



49
50
51
# File 'lib/textstats.rb', line 49

def ari
  (4.71 * avg_word_length) + (0.5 * avg_sentence_length) - 21.43
end