doc/classes/Cachetastic/Caches/Base.src/M000039.html in cachetastic-1.0.8 vs doc/classes/Cachetastic/Caches/Base.src/M000039.html in cachetastic-1.1.3
- old
+ new
@@ -3,16 +3,16 @@
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title>logger (Cachetastic::Caches::Base)</title>
+ <title>populate_all (Cachetastic::Caches::Base)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
- <pre><span class="ruby-comment cmt"># File lib/caches/cachetastic_caches_base.rb, line 60</span>
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">logger</span>
- <span class="ruby-identifier">store</span>.<span class="ruby-identifier">logger</span>
+ <pre><span class="ruby-comment cmt"># File lib/caches/cachetastic_caches_base.rb, line 74</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">populate_all</span>
+ <span class="ruby-identifier">raise</span> <span class="ruby-constant">MethodNotImplemented</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value str">"populate_all"</span>)
<span class="ruby-keyword kw">end</span></pre>
</body>
</html>
\ No newline at end of file