class Arborist::Event::NodeUpdate
An event sent on every node update, regardless of whether or not the update resulted in any changes
Public Instance Methods
informational?()
click to toggle source
Returns true
if the event contains node information other than about a change in its state.
# File lib/arborist/event/node_update.rb, line 13 def informational? return true end