module Rails::Generators::Migration::ClassMethods

def next_migration_number(dirname)

def next_migration_number(dirname)
  raise NotImplementedError
end