class RuboCop::Rails::SchemaLoader::Schema

def table_by(name:)

def table_by(name:)
  tables.find do |table|
    table.name == name
  end
end