Class: Sensu::Plugin::Check::CLI

Inherits:
Sensu::Plugin::CLI
  • Object
show all
Defined in:
lib/sensu-output-monkeypatch.rb

Instance Method Summary collapse

Instance Method Details

#output(msg = @message) ⇒ Object



7
8
9
# File 'lib/sensu-output-monkeypatch.rb', line 7

def output(msg=@message)
  puts msg
end