Class: PhilColumns::Command::Console
- Defined in:
- lib/phil_columns/command/console.rb
Instance Method Summary collapse
Methods inherited from Base
Methods included from Output
#confirm, included, #say, #say_error, #say_ok, #say_skipping, #write
Constructor Details
This class inherits a constructor from PhilColumns::Command::Base
Instance Method Details
#execute ⇒ Object
5 6 7 8 9 |
# File 'lib/phil_columns/command/console.rb', line 5 def execute load_environment load_seed_helpers start_console end |