Module: Shoestrap::Shell

Extended by:
Shell
Included in:
Shell
Defined in:
lib/shoestrap/shell.rb

Class Method Summary collapse

Class Method Details

.exec(command) ⇒ Object

aa NOTE: do we really need a wrapper for a simple command like system?



6
7
8
# File 'lib/shoestrap/shell.rb', line 6

def self.exec(command)
  system "#{command}"
end