Class: Voicemaker::Commands::VoicesCommand
- Defined in:
- lib/voicemaker/commands/voices_command.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#run ⇒ Object
22 23 24 25 26 |
# File 'lib/voicemaker/commands/voices_command.rb', line 22 def run result = voices.search *args['SEARCH'] result['count'] = result.count if args['--count'] and args['--verbose'] send_output result end |