Class: Shell

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

Class Method Summary collapse

Class Method Details

.run(command) ⇒ Object



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

def self.run(command)
  `#{command}`.strip
end