# File lib/sqlite3/translator.rb, line 49 def initialize @translators = Hash.new( proc { |type,value| value } ) register_default_translators end