Returns a new instance of Model.
7 8 9 10 11
# File 'lib/superdupe/model.rb', line 7 def initialize(name) @schema = Dupe::Model::Schema.new @name = name.to_sym @id_sequence = Sequence.new end