NodeWarn

class
Superclass
Arborist::Event::Node

An event generated when a monitor adds the first warning to a node.

Public Class Methods

anchor
new( node )

Create a new NodeWarn event for the specified node.

# File lib/arborist/event/node_warn.rb, line 11
def initialize( node )
        super( node, node.warnings.to_h )
end