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