Method: Cequel::Schema::MigrationValidator#initialize
- Defined in:
- lib/cequel/schema/migration_validator.rb
#initialize(synchronizer) ⇒ MigrationValidator
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of MigrationValidator.
26 27 28 |
# File 'lib/cequel/schema/migration_validator.rb', line 26 def initialize(synchronizer) @synchronizer = synchronizer end |