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