# File lib/sqlite3/database.rb, line 47
      def quote( string )
        string.gsub( /'/, "''" )
      end