class ActiveRecord::Migration::CheckPending

def build_watcher(&block)

def build_watcher(&block)
  paths = Array(connection.migration_context.migrations_paths)
  @file_watcher.new([], paths.index_with(["rb"]), &block)
end