Sha256: 04833391fb4aba9d1fe252fd623c7ece1344a622f24a1fea94cf414fc5240640
Contents?: true
Size: 714 Bytes
Versions: 1
Compression:
Stored size: 714 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>load_proofsheets (XMLProof::Proofsheets)</title> <link rel=StyleSheet href="../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body bgcolor="white"> <pre><span class="cmt"># File proofsheet.rb, line 29</span> <span class="kw">def</span> load_proofsheets(*xps_sources) xps_sources.each <span class="kw">do</span> |url| <span class="cmt"># we assume this is a valid xps</span> <span class="kw">self</span> << Proofsheet.new(url) <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/XMLProof/Proofsheets.src/M000019.html |