Method: Inline::C#remove_type_converter

Defined in:
lib/inline.rb

#remove_type_converter(type) ⇒ Object

Unregisters C type-casts for type.



733
734
735
# File 'lib/inline.rb', line 733

def remove_type_converter(type)
  @type_map.delete type
end