doc/classes/Cachetastic/Errors/UnsupportedAdapter.html in cachetastic-2.1.3 vs doc/classes/Cachetastic/Errors/UnsupportedAdapter.html in cachetastic-2.1.4
- old
+ new
@@ -84,11 +84,11 @@
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000003">new</a>
+ <a href="#M000006">new</a>
</div>
</div>
</div>
@@ -106,22 +106,22 @@
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000003" class="method-detail">
- <a name="M000003"></a>
+ <div id="method-M000006" class="method-detail">
+ <a name="M000006"></a>
<div class="method-heading">
- <a href="#M000003" class="method-signature">
+ <a href="#M000006" class="method-signature">
<span class="method-name">new</span><span class="method-args">(cache_name, adapter)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000003-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000003-source">
+ onclick="toggleCode('M000006-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000006-source">
<pre>
<span class="ruby-comment cmt"># File lib/cachetastic/errors/unsupported_adapter.rb, line 3</span>
3: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">cache_name</span>, <span class="ruby-identifier">adapter</span>)
4: <span class="ruby-keyword kw">super</span>(<span class="ruby-node">"#{cache_name} does not support the use of the #{adapter} adapter!"</span>)
5: <span class="ruby-keyword kw">end</span>
\ No newline at end of file