# File lib/rq-2.3.1/qdb.rb, line 285
      def ro_transaction(opts = {}, &block)
#--{{{
        opts['read_only'] = true
        transaction(opts, &block)
#--}}}
      end