Class: Mnemonicker::Commands::Update
- Inherits:
-
Object
- Object
- Mnemonicker::Commands::Update
- Defined in:
- lib/mnemonicker/cli.rb
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
25 26 27 28 29 |
# File 'lib/mnemonicker/cli.rb', line 25 def process Mnemonicker::WordList.new('cli').update do |file, count| puts "%s...%i words" % [file, count] end end |