module Pronto
class Pronto::RailsMigrations
pronto-rails_migrations
0.14.2
# other_patches?
def other_patches? @patches.reject { |patch| migration_patch?(patch) }.any? end