Class: Chid::Commands::Config
- Inherits:
-
Chid::Command
- Object
- Chid::Command
- Chid::Commands::Config
- Defined in:
- lib/chid/commands/config.rb
Constant Summary
Constants inherited from Chid::Command
Instance Attribute Summary
Attributes inherited from Chid::Command
Instance Method Summary collapse
Methods inherited from Chid::Command
command, help, #initialize, map_options_with_values, run
Constructor Details
This class inherits a constructor from Chid::Command
Instance Method Details
#run ⇒ Object
31 32 33 34 |
# File 'lib/chid/commands/config.rb', line 31 def run puts "\nOpening the .chid.config..." system("#{editor} #{chid_config_path}") end |