# File lib/better_nested_set.rb, line 318
318:         def move_to_right_of(node)
319:             self.move_to node, :right
320:         end