method
    
    new
  new(version = nil)
  public
  
    Hide source    
    
      
  
# File activerecord/lib/active_record/migration.rb, line 94 def initialize(version = nil) if version super("Multiple migrations have the version number #{version}.") else super("Duplicate migration version error.") end end

  