doc/DevDNSd/Configuration.html in devdnsd-1.7.0 vs doc/DevDNSd/Configuration.html in devdnsd-2.0.0
- old
+ new
@@ -4,11 +4,11 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Class: DevDNSd::Configuration
- — Documentation by YARD 0.8.2.1
+ — Documentation by YARD 0.8.4.1
</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
@@ -195,12 +195,13 @@
<p>Creates a new configuration.
A configuration file is a plain Ruby file with a top-level <span class='object_link'><a href="" title="DevDNSd::Configuration (class)">config</a></span> object.</p>
<p>Example:</p>
-<pre class="code ruby"><code><span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_add_rule'>add_rule</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>match.dev</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>10.0.0.1</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
-</code></pre>
+<p><code>ruby
+config.add_rule("match.dev", "10.0.0.1")
+</code></p>
</div>
</div>
<div class="tags">
@@ -335,11 +336,11 @@
<span class='type'>(<tt>Array</tt>)</span>
—
- <div class='inline'><p>The rule's arguments.</p>
+ <div class='inline'><p>The rule’s arguments.</p>
</div>
</li>
<li>
@@ -410,12 +411,12 @@
</div>
</div>
<div id="footer">
- Generated on Mon Oct 22 09:34:23 2012 by
+ Generated on Sun Feb 10 13:20:34 2013 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
- 0.8.2.1 (ruby-1.9.2).
+ 0.8.4.1 (ruby-1.9.3).
</div>
</body>
</html>
\ No newline at end of file