Class: Thwomp::Command

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

Class Method Summary collapse

Class Method Details

.exec(cmd) ⇒ Object



5
6
7
# File 'lib/thwomp/command.rb', line 5

def self.exec(cmd)
  system(cmd)
end