Method: MaglevRecord::MigrationOperations::NullClass#new

Defined in:
lib/maglev_record/migration/operations.rb

#new(*args) ⇒ Object



121
122
123
124
# File 'lib/maglev_record/migration/operations.rb', line 121

def new(*args)
  # TODO: test
  raise "This class #{@name} has not been created"
end