Module: Pangea::Executor

Defined in:
lib/pangea-orchestrator/executor.rb

Instance Method Summary collapse

Instance Method Details

#run(command) ⇒ Object



6
7
8
# File 'lib/pangea-orchestrator/executor.rb', line 6

def run(command)
  Pangea::Shell.run(command)
end