# File lib/symetrie_com/acts_as_better_nested_set.rb, line 881
        def move_lower
          next_sib = next_sibling
          move_to_right_of(next_sib) if next_sib
        end