Sha256: 06be760e400f45aa96b645d216f7a0499377560a1b4e06d41ed3836b5e2b9322
Contents?: true
Size: 673 Bytes
Versions: 1
Compression:
Stored size: 673 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>add_regexps (XMLProver::Datatypes)</title> <link rel=StyleSheet href="../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body bgcolor="white"> <pre><span class="cmt"># File datatypes.rb, line 87</span> <span class="kw">def</span> add_regexps(new_to_old_regexp_hash) new_to_old_regexp_hash.each <span class="kw">do</span> |new_regexp, old_regexp| @regexps[new_regexp] = @regexps[old_regexp] <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/Datatypes.src/M000012.html |