# File lib/dm-core/type_map.rb, line 63 def with(attributes) raise "method 'with' expects a hash" unless attributes.kind_of?(Hash) @attributes.merge!(attributes) self end