Class: Chid::Commands::Install
- Inherits:
-
Object
- Object
- Chid::Commands::Install
- Defined in:
- lib/chid/commands/install.rb
Instance Method Summary collapse
-
#initialize(chid_config_path) ⇒ Install
constructor
A new instance of Install.
- #run ⇒ Object
Constructor Details
#initialize(chid_config_path) ⇒ Install
Returns a new instance of Install.
6 7 8 |
# File 'lib/chid/commands/install.rb', line 6 def initialize(chid_config_path) @chid_config_path = chid_config_path end |
Instance Method Details
#run ⇒ Object
10 11 12 |
# File 'lib/chid/commands/install.rb', line 10 def run create_or_update_chid_config_file end |