Sha256: 4a7180ceea027cbd56963291e6e764dd70e0db1415914a87f4ad42691672167b
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
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>new (XMLProver::Proof)</title> <link rel=StyleSheet href="../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body bgcolor="white"> <pre><span class="cmt"># File proof.rb, line 16</span> <span class="kw">def</span> initialize(proofsheets) <span class="kw">if</span> proofsheets.is_a?(Proofsheets) @proofsheets = proofsheets <span class="kw">else</span> @proofsheets = Proofsheets.new @proofsheets.load_proofsheets(proofsheets) <span class="kw">end</span> @absolute_dies = {} <span class="cmt"># absolute_dies[xpath] = die</span> @arbitrary_dies = {} <span class="cmt"># arbitrary_dies[namespace, xpath] = die</span> @options = Hash.new([]) <span class="cmt"># options[option] = [ [namespace, xpath], ... ]</span> @collections = Hash.new([]) <span class="cmt"># collections[collection] = [ [ namespace, xpath ], ... ]</span> parse_proofsheet <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/Proof.src/M000007.html |