<%= method.abstract? ? "abstract " : "" %>
<%= method.kind %>
<%= method.name %><%= method.args_to_html %>
#
<% if doc = method.formatted_doc %>
<%= doc %>
<% end %>
<% if source_link = method.source_link %>
[
View source]
<% end %>
<% end %>
<% end %>