class Travis::Tools::Notification::Dummy
Constants
- BIN_PATH
Public Instance Methods
available?()
click to toggle source
# File lib/travis/tools/notification.rb, line 31 def available? true end
notify(title, body)
click to toggle source
# File lib/travis/tools/notification.rb, line 28 def notify(title, body) end