lib/arborist/node/root.rb in arborist-0.3.0 vs lib/arborist/node/root.rb in arborist-0.4.0

- old
+ new

@@ -35,10 +35,10 @@ ### Set up the root node. def initialize( * ) super( '_' ) do description "The root node." - source = URI( __FILE__ ) + self.source = URI( __FILE__ ) end @status = 'up' @status.freeze end