Class: Blazing::Shell

Inherits:
Object
  • Object
show all
Defined in:
lib/blazing/shell.rb

Instance Method Summary collapse

Instance Method Details

#run(command) ⇒ Object



3
4
5
# File 'lib/blazing/shell.rb', line 3

def run(command)
  `#{command}`
end