Class: Haskii::CLI
- Inherits:
-
Thor
- Object
- Thor
- Haskii::CLI
- Defined in:
- lib/haskii/cli.rb
Instance Method Summary collapse
Instance Method Details
#bar(*frequences) ⇒ Object
34 35 36 37 38 39 40 |
# File 'lib/haskii/cli.rb', line 34 def (*frequences) @frequences = frequences @output_file = [:output] @emoji = [:emoji] it_can_be_charted ? create_output : ask_for_numbers end |