doc/BigBench/PostProcessor.html in bigbench-0.0.4 vs doc/BigBench/PostProcessor.html in bigbench-0.0.5

- old
+ new

@@ -112,26 +112,24 @@ <li><a href="../BigBench/Bot.html">BigBench::Bot</a> <li><a href="../BigBench/Configuration.html">BigBench::Configuration</a> - <li><a href="../BigBench/Configuration/Config.html">BigBench::Configuration::Config</a> - - <li><a href="../BigBench/Configuration/InvalidOptions.html">BigBench::Configuration::InvalidOptions</a> - <li><a href="../BigBench/Executor.html">BigBench::Executor</a> - <li><a href="../BigBench/Executor/InvalidCommand.html">BigBench::Executor::InvalidCommand</a> + <li><a href="../BigBench/Executor/Executable.html">BigBench::Executor::Executable</a> <li><a href="../BigBench/Fragment.html">BigBench::Fragment</a> <li><a href="../BigBench/Fragment/Fragment.html">BigBench::Fragment::Fragment</a> <li><a href="../BigBench/Output.html">BigBench::Output</a> <li><a href="../BigBench/PostProcessor.html">BigBench::PostProcessor</a> + <li><a href="../BigBench/PostProcessor/Context.html">BigBench::PostProcessor::Context</a> + <li><a href="../BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a> <li><a href="../BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a> <li><a href="../BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a> @@ -158,10 +156,12 @@ <li><a href="../BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a> <li><a href="../BigBench/PostProcessor/Test.html">BigBench::PostProcessor::Test</a> + <li><a href="../BigBench/PostProcessor/TestPretty.html">BigBench::PostProcessor::TestPretty</a> + <li><a href="../BigBench/Runner.html">BigBench::Runner</a> <li><a href="../BigBench/Runner/NoBenchmarksDefined.html">BigBench::Runner::NoBenchmarksDefined</a> <li><a href="../BigBench/Store.html">BigBench::Store</a> @@ -283,11 +283,11 @@ <p>Adds a new processor</p> <div class="method-source-code" id="add-source"> - <pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line 104</span> + <pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line 108</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">add</span>(<span class="ruby-identifier">processor</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">options</span> = <span class="ruby-keyword">nil</span>, &amp;<span class="ruby-identifier">block</span>) <span class="ruby-ivar">@processors</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Processor</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">processor</span>, <span class="ruby-identifier">options</span>, &amp;<span class="ruby-identifier">block</span>) <span class="ruby-keyword">end</span></pre> </div><!-- add-source --> @@ -313,11 +313,11 @@ <p>Returns all initialized processors</p> <div class="method-source-code" id="all-source"> - <pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line 109</span> + <pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line 113</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">all</span> <span class="ruby-ivar">@processors</span> <span class="ruby-keyword">end</span></pre> </div><!-- all-source --> @@ -343,10 +343,10 @@ <p>Resets all post processors</p> <div class="method-source-code" id="reset-21-source"> - <pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line 114</span> + <pre><span class="ruby-comment"># File lib/bigbench/post_processor.rb, line 118</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">reset!</span> <span class="ruby-ivar">@processors</span> = [] <span class="ruby-constant">Environment</span>.<span class="ruby-identifier">reset!</span> <span class="ruby-keyword">end</span></pre> </div><!-- reset-21-source -->