# File lib/sqlite3/translator.rb, line 37 def add_translator( type, &block ) # :yields: type, value @translators[ type_name( type ) ] = block end