# File lib/declarative_authorization/development_support/change_supporter.rb, line 581 def superset_of_existing? (candidate) candidate.changes.any? do |action| (@approaches_by_actions[action] ||= []).any? {|approach| approach.subset?(candidate)} end end