Class: Groundskeeper::Sentry::Executable

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

Overview

Wraps the “sentry-cli” shell command.

Instance Method Summary collapse

Instance Method Details

#execute(arguments) ⇒ Object



15
16
17
# File 'lib/groundskeeper/sentry.rb', line 15

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