# File lib/dm-core/type.rb, line 54 def self.inherited(base) base.primitive @_primitive_type @_options.each do |k, v| base.send(k, v) end end