module Gemmy::Patches::StringPatch::InstanceMethods::SyllableCount

Public Instance Methods

syllable_count() click to toggle source
# File lib/gemmy/patches/string_patch.rb, line 17
def syllable_count
  Odyssey.flesch_kincaid_re(self, true)["syllable_count"]
end