Sha256: 1fb67a7677acf81ad1163f41c770edf3709e44af6e9f4cfa4ce7cbb5d9adcebf

Contents?: true

Size: 315 Bytes

Versions: 8

Compression:

Stored size: 315 Bytes

Contents

#!/usr/bin/env ruby

require 'arborist/event' unless defined?( Arborist::Event )
require 'arborist/event/node'


# An event sent on every node update, regardless of whether or not the update resulted in
# any changes
class Arborist::Event::NodeUpdate < Arborist::Event::Node
end # class Arborist::Event::NodeUpdate

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
arborist-0.3.0 lib/arborist/event/node_update.rb
arborist-0.2.0 lib/arborist/event/node_update.rb
arborist-0.2.0.pre20170519125456 lib/arborist/event/node_update.rb
arborist-0.1.0 lib/arborist/event/node_update.rb
arborist-0.0.1.pre20161005182540 lib/arborist/event/node_update.rb
arborist-0.0.1.pre20161005112841 lib/arborist/event/node_update.rb
arborist-0.0.1.pre20160829140603 lib/arborist/event/node_update.rb
arborist-0.0.1.pre20160606141735 lib/arborist/event/node_update.rb