# File lib/symetrie_com/acts_as_better_nested_set.rb, line 345
          def without_scope_condition(&block)
            if block_given?
              disable_scope_condition
              yield
              enable_scope_condition
            end
          end