Module: Gemmy::Patches::StringPatch::InstanceMethods::SyllableCount

Defined in:
lib/gemmy/patches/string_patch.rb

Instance Method Summary collapse

Instance Method Details

#syllable_countObject



17
18
19
# File 'lib/gemmy/patches/string_patch.rb', line 17

def syllable_count
  Odyssey.flesch_kincaid_re(self, true)["syllable_count"]
end