module Pullrequest::Shell

Public Instance Methods

execute(command) click to toggle source
# File lib/pullrequest/shell.rb, line 3
def execute(command)
  Kernel.exec command
end