Sha256: e411dc0014cdb1d06f483cf9fe79593161bb4aa8495f05f930053bab8cd285b2

Contents?: true

Size: 1.2 KB

Versions: 2

Compression:

Stored size: 1.2 KB

Contents

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "DTD/xhtml1-transitional.dtd">

<!--

    ro_transaction (RQ::QDB)

  -->
<html>
<head>
	<title>ro_transaction (RQ::QDB)</title>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<link rel="stylesheet" href="http://www.FaerieMUD.org/stylesheets/rdoc.css" type="text/css" />
</head>
<body>
	<pre><span class="ruby-comment cmt"># File lib/rq-2.3.1/qdb.rb, line 252</span>
      <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">ro_transaction</span>(<span class="ruby-identifier">opts</span> = {}, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>)
<span class="ruby-comment cmt">#--{{{</span>
        <span class="ruby-identifier">opts</span>[<span class="ruby-value str">'read_only'</span>] = <span class="ruby-keyword kw">true</span>
        <span class="ruby-identifier">transaction</span>(<span class="ruby-identifier">opts</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>)
<span class="ruby-comment cmt">#--}}}</span>
      <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rq-3.0.0 doc/classes/RQ/QDB.src/M000135.html
rq-3.1.0 doc/classes/RQ/QDB.src/M000135.html