# File lib/declarative_authorization/development_support/change_analyzer.rb, line 116
        def subset? (other_approach)
          other_approach.changes.length >= changes.length &&
              changes.all? {|step| other_approach.changes.any? {|step_2| step_2.eql?(step)} }
        end