# File lib/symetrie_com/acts_as_better_nested_set.rb, line 864
        def move_to_right_of(target)
          self.move_to target, :right
        end