Sha256: 32ca64f020b526769a35a678b56bd57fcdf230a26a4acf363de7ceeaedb9d3df
Contents?: true
Size: 757 Bytes
Versions: 1
Compression:
Stored size: 757 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>valid? (XMLProver::Proofreader)</title> <link rel=StyleSheet href="../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body bgcolor="white"> <pre><span class="cmt"># File proofreader.rb, line 33</span> <span class="kw">def</span> valid? <span class="kw">if</span> @errors <span class="kw">return</span> @errors.empty? <span class="kw">else</span> <span class="kw">return</span> <span class="kw">nil</span> <span class="cmt"># no validation has been run</span> <span class="kw">end</span> <span class="kw">end</span></pre> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mega-0.3.1 | pub/xml/xmlproof/rdoc/classes/XMLProver/Proofreader.src/M000024.html |