# File lib/declarative_authorization/development_support/change_supporter.rb, line 390 def resembles? (spec) super(spec[0,2]) and (spec.length == 2 or spec[2] == @user.login) end