# File lib/declarative_authorization/development_support/change_supporter.rb, line 265 def resembles? (spec) min_length = [spec.length, to_a.length].min to_a[0,min_length] == spec[0,min_length] end