lib/redwood.rb in redwood-0.1.0 vs lib/redwood.rb in redwood-0.1.1

- old
+ new

@@ -2,10 +2,10 @@ # Its primary implementation is the Redwood::Node class. Its only requirement # is that the tree-infused-object's children and parent is an object that # also mixes in tree-like methods. See Redwood::Node for the canononical representation. module Redwood - VERSION = "0.1.0" + VERSION = "0.1.1" # This node's parent. def parent @parent end \ No newline at end of file