<% if object.methodized? %>

<% if object.respond_to?(:methodized_self) %> This method can be called either as an instance method or as a generic method. <% else %> This method can be called either as an instance method or as a generic method. <% end %> If calling as a generic, pass the instance in as the first argument.

<% end %>