Sha256: 2440cba6d020a598b49349c8f1a97a411670157836425aeef1e8ba72138ff7cd
Contents?: true
Size: 579 Bytes
Versions: 8
Compression:
Stored size: 579 Bytes
Contents
<% json.each do |plugin| %> ### <%= plugin["instance_name"] %> <%= plugin["body_md"] %> <%- plugin["example_code"].each do |example| %> <blockquote><%= example["title"] %> <pre><%= example["text"] %></pre> </blockquote> <%- end %> <%- unless plugin["attributes"].empty? %> #### Attributes <%- plugin["attributes"].each do |attribute| %><tr> `<%= attribute.keys.first %>` - <%= attribute.values.first["write"]["body_md"] %> <%- end %> <%- end %> #### Methods <%- plugin["methods"].each do |method| %> `<%= method["name"] %>` - <%= method["body_md"] %> <%- end %> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems