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

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

Instance Method Summary collapse

Instance Method Details

#syllable_countObject



11
12
13
# File 'lib/gemmy/patches/string_patch.rb', line 11

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