Class: Escalator::Confuse

Inherits:
Object
  • Object
show all
Defined in:
lib/escalator/confuse.rb

Class Method Summary collapse

Class Method Details

.run(command) ⇒ Object



7
8
9
10
11
12
13
# File 'lib/escalator/confuse.rb', line 7

def run command
  @command = command
  Throw.note "Begin confuse #{File.basename File.dirname command.project_path} ..."
  prepareContext
  handleProject
  project_path
end