Sha256: 2161a7e6fc6743713bc569240c5e69e6147268f8e64b69c32d6bb0bd372f5639
Contents?: true
Size: 970 Bytes
Versions: 2
Compression:
Stored size: 970 Bytes
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>flush (RDFLite)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre> <span class="ruby-comment cmt"># File lib/activerdf_rdflite/rdflite.rb, line 148</span> 148: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">flush</span> 149: <span class="ruby-comment cmt"># since we always write changes into sqlite3 immediately, we don't do </span> 150: <span class="ruby-comment cmt"># anything here</span> 151: <span class="ruby-keyword kw">true</span> 152: <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activerdf_rdflite-1.3 | doc/rdoc/classes/RDFLite.src/M000007.html |
activerdf_rdflite-1.4.1 | doc/rdoc/classes/RDFLite.src/M000007.html |