# File lib/declarative_authorization/development_support/change_supporter.rb, line 213
        def similar_to (other)
          other.weight == weight and
              other.changes.map {|change| change.class.name}.sort ==
                changes.map {|change| change.class.name}.sort
        end