class Chef::Deployment::Monitor::Sink
Public Instance Methods
receive(_data)
click to toggle source
# File lib/chef_deployment_monitor/sinks.rb, line 6 def receive(_data) fail 'must be implemented by subclass' end