# File lib/declarative_authorization/development_support/change_supporter.rb, line 384 def reverse? (other) other.is_a?(RemoveRoleFromUserAction) and other.user.login == @user.login and other.role == @role end