class Pronto::RailsMigrations

def other_patches?

def other_patches?
  @patches.reject { |patch| migration_patch?(patch) }.any?
end