An event generated when a monitor adds the first warning to a node.
Create a new NodeWarn event for the specified node.
node
# File lib/arborist/event/node_warn.rb, line 11 def initialize( node ) super( node, node.warnings.to_h ) end