doc/Bauxite/Loggers/NullLogger.html in bauxite-0.3.1 vs doc/Bauxite/Loggers/NullLogger.html in bauxite-0.4.0
- old
+ new
@@ -145,11 +145,11 @@
<div class="method-source-code" id="new-source">
- <pre><span class="ruby-comment"># File lib/bauxite/core/Logger.rb, line 44</span>
+ <pre><span class="ruby-comment"># File lib/bauxite/core/logger.rb, line 44</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">options</span>)
<span class="ruby-ivar">@options</span> = <span class="ruby-identifier">options</span>
<span class="ruby-keyword">end</span></pre>
</div>
@@ -193,11 +193,11 @@
<div class="method-source-code" id="debug_prompt-source">
- <pre><span class="ruby-comment"># File lib/bauxite/core/Logger.rb, line 68</span>
+ <pre><span class="ruby-comment"># File lib/bauxite/core/logger.rb, line 68</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">debug_prompt</span>
<span class="ruby-string">'debug> '</span>
<span class="ruby-keyword">end</span></pre>
</div>
@@ -229,11 +229,11 @@
<div class="method-source-code" id="log-source">
- <pre><span class="ruby-comment"># File lib/bauxite/core/Logger.rb, line 81</span>
+ <pre><span class="ruby-comment"># File lib/bauxite/core/logger.rb, line 81</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">log</span>(<span class="ruby-identifier">s</span>, <span class="ruby-identifier">type</span> = <span class="ruby-value">:info</span>)
<span class="ruby-identifier">print</span> <span class="ruby-identifier">s</span>
<span class="ruby-keyword">end</span></pre>
</div>
@@ -272,11 +272,11 @@
<div class="method-source-code" id="log_cmd-source">
- <pre><span class="ruby-comment"># File lib/bauxite/core/Logger.rb, line 59</span>
+ <pre><span class="ruby-comment"># File lib/bauxite/core/logger.rb, line 59</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">log_cmd</span>(<span class="ruby-identifier">action</span>)
<span class="ruby-keyword">yield</span>
<span class="ruby-keyword">end</span></pre>
</div>
@@ -305,11 +305,11 @@
<div class="method-source-code" id="progress-source">
- <pre><span class="ruby-comment"># File lib/bauxite/core/Logger.rb, line 73</span>
+ <pre><span class="ruby-comment"># File lib/bauxite/core/logger.rb, line 73</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">progress</span>(<span class="ruby-identifier">value</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
@@ -326,9 +326,9 @@
</main>
<footer id="validator-badges" role="contentinfo">
<p><a href="http://validator.w3.org/check/referer">Validate</a>
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>