# File lib/sqlite3/translator.rb, line 37 def add_translator( type, &block ) # :yields: type, value warn("\#{caller[0]} is calling `add_translator`.\nBuilt in translators are deprecated and will be removed in version 2.0.0\n") if $VERBOSE @translators[ type_name( type ) ] = block end