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