15 16 17 18
# File 'lib/active_hll.rb', line 15 def initialize_type_map(m = type_map) super m.register_type "hll", ActiveHll::Type.new end