Method: Cream::GeneratorHelper::Executor#execute

Defined in:
lib/generators/cream/helpers/execute_helper.rb

#execute(command) ⇒ Object



9
10
11
12
# File 'lib/generators/cream/helpers/execute_helper.rb', line 9

def execute command
  debug! command
  run command
end