Class: D2W::Cli
- Inherits:
-
Thor
- Object
- Thor
- D2W::Cli
- Defined in:
- lib/d2w/cli.rb
Instance Method Summary collapse
Instance Method Details
#translate(phone_no) ⇒ Object
6 7 8 |
# File 'lib/d2w/cli.rb', line 6 def translate(phone_no) D2W::PhoneToWord.new.digit2word(phone_no) end |