class GitPresenter::Shell
Public Instance Methods
run(command)
click to toggle source
# File lib/git_presenter/shell.rb, line 2 def run(command) `#{command}`.strip end
# File lib/git_presenter/shell.rb, line 2 def run(command) `#{command}`.strip end