Method: Hyperactive::Tree::Root#initialize

Defined in:
lib/hyperactive/tree.rb

#initializeRoot

Returns a new instance of Root.



102
103
104
105
# File 'lib/hyperactive/tree.rb', line 102

def initialize
  super
  self.root = Node.nil_node
end