Class: Moby::Hyphenator

Inherits:
Object
  • Object
show all
Defined in:
lib/moby/hyphenator.rb

Instance Method Summary collapse

Instance Method Details

#hyphenate(word) ⇒ Object



5
6
7
8
# File 'lib/moby/hyphenator.rb', line 5

def hyphenate(word)
  w = hyph[word]
  w.nil? ? word : w
end