# File lib/symetrie_com/acts_as_better_nested_set.rb, line 875
        def move_to_position(index, scope = {})
          insert_at(self.parent, index, scope)
        end