Sha256: 0534d8e2a4ea64529c6bb1173c9e2bff462f9d49cdace3986f6a4aae3a4f849c
Contents?: true
Size: 523 Bytes
Versions: 64
Compression:
Stored size: 523 Bytes
Contents
<% if object.methodized? %> <p class="note"> <% if object.respond_to?(:methodized_self) %> This method can be called <em>either</em> as an <a href="<%= path_to(object.methodized_self) %>">instance method</a> <em>or</em> as a generic method. <% else %> This method can be called <em>either</em> as an instance method <em>or</em> as a <a href="<%= path_to(object.functionalized_self) %>">generic method</a>. <% end %> If calling as a generic, pass the instance in as the first argument.<p> <% end %>
Version data entries
64 entries across 44 versions & 3 rubygems