Class: Groundskeeper::Git::Executable
- Inherits:
-
Object
- Object
- Groundskeeper::Git::Executable
- Defined in:
- lib/groundskeeper/git.rb
Overview
Wraps the “git” shell command.
Instance Method Summary collapse
Instance Method Details
#execute(arguments) ⇒ Object
28 29 30 |
# File 'lib/groundskeeper/git.rb', line 28 def execute(arguments) `#{COMMAND} #{arguments}` end |