Class: Groundskeeper::Sentry::Executable
- Inherits:
-
Object
- Object
- Groundskeeper::Sentry::Executable
- Defined in:
- lib/groundskeeper/sentry.rb
Overview
Wraps the “sentry-cli” shell command.
Instance Method Summary collapse
Instance Method Details
#execute(arguments) ⇒ Object
16 17 18 |
# File 'lib/groundskeeper/sentry.rb', line 16 def execute(arguments) `#{COMMAND} #{arguments}` end |