Class: Cachivache::ConfigureCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/cachivache/configure-command.rb

Instance Method Summary collapse

Methods inherited from Command

#current_folder, #gem_folder, #inform, #raise_error, run, #validate_cachivache_folder

Instance Method Details

#runObject



6
7
8
9
# File 'lib/cachivache/configure-command.rb', line 6

def run()
  validate_cachivache_folder
  system 'pico cachivache.rb'
end