# File lib/dm-core/type_map.rb, line 8 def initialize(parent = nil, &blk) @parent, @chains = parent, {} blk.call(self) unless blk.nil? end