Class: Groundskeeper::GitHub::Executable

Inherits:
Object
  • Object
show all
Defined in:
lib/groundskeeper/git_hub.rb

Overview

Wraps the “open” shell command.

Instance Method Summary collapse

Instance Method Details

#execute(arguments) ⇒ Object



13
14
15
# File 'lib/groundskeeper/git_hub.rb', line 13

def execute(arguments)
  `#{COMMAND} #{arguments}`
end