doc/classes/Module.html in gettext-1.91.0 vs doc/classes/Module.html in gettext-1.92.0

- old
+ new

@@ -91,11 +91,11 @@ <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> - <a href="#M000016">alias_method_chain</a>&nbsp;&nbsp; + <a href="#M000001">alias_method_chain</a>&nbsp;&nbsp; </div> </div> </div> @@ -113,22 +113,22 @@ <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Instance methods</h3> - <div id="method-M000016" class="method-detail"> - <a name="M000016"></a> + <div id="method-M000001" class="method-detail"> + <a name="M000001"></a> <div class="method-heading"> - <a href="#M000016" class="method-signature"> + <a href="#M000001" class="method-signature"> <span class="method-name">alias_method_chain</span><span class="method-args">(target, feature) {|aliased_target, punctuation| ...}</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" - onclick="toggleCode('M000016-source');return false;">[Source]</a></p> - <div class="method-source-code" id="M000016-source"> + onclick="toggleCode('M000001-source');return false;">[Source]</a></p> + <div class="method-source-code" id="M000001-source"> <pre> <span class="ruby-comment cmt"># File lib/gettext/rails_compat.rb, line 7</span> 7: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">alias_method_chain</span>(<span class="ruby-identifier">target</span>, <span class="ruby-identifier">feature</span>) 8: <span class="ruby-comment cmt"># Strip out punctuation on predicates or bang methods since</span> 9: <span class="ruby-comment cmt"># e.g. target?_without_feature is not a valid method name.</span> \ No newline at end of file