# File rbtree.rb, line 22
 def initialize
		@root = nil
	end