Class: UbuntuUpdate::CommandExecutor

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

Instance Method Summary collapse

Instance Method Details

#execute(command) ⇒ Object



5
6
7
# File 'lib/ubuntu_update/command_executor.rb', line 5

def execute(command)
  exec command
end