Class: Wary::Utils::Shell

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

Instance Method Summary collapse

Instance Method Details

#execute(command) ⇒ Object



5
6
7
# File 'lib/wary/utils/shell.rb', line 5

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