Module: Pullrequest::Shell

Defined in:
lib/pullrequest/shell.rb

Instance Method Summary collapse

Instance Method Details

#execute(command) ⇒ Object



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

def execute(command)
  Kernel.exec command
end