# File lib/declarative_authorization/development_support/change_supporter.rb, line 480
        def reverse? (other)
          (other.is_a?(AssignPrivilegeToRoleAction) or
              other.is_a?(AbstractCompoundAction)) and
                other.reverse?(self)
        end