Class: Capistrano3::Notification::IRC
- Defined in:
- lib/capistrano3/notification/irc.rb
Instance Attribute Summary
Attributes inherited from Adapter
Instance Method Summary collapse
Methods inherited from Adapter
Constructor Details
This class inherits a constructor from Capistrano3::Notification::Adapter
Instance Method Details
#notify(message) ⇒ Object
6 7 8 |
# File 'lib/capistrano3/notification/irc.rb', line 6 def notify() ShoutBot.shout(url) { |irc| irc.say } if enabled? end |