<%= namespace %> methods
<% methods(namespace).each do |method| %>
<%= namespace %>/<%= method %>
Description
<%= h(method_text(namespace, method)) %>
Parameters
<%
method_args(namespace, method).each do |arg|
%>
-
<%=
arg
%>
<%=
h(arg_text(namespace, method, arg))
%>
<% end %>
<% end %>
<% end %>