Sha256: 0e011e4e2e769605b3ed64b02bab0366e3e40207216b05084cf80345b776c363
Contents?: true
Size: 625 Bytes
Versions: 195
Compression:
Stored size: 625 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| %> `<%= attribute.keys.first %>` - <%= attribute.values.first["write"]["body_md"] %> <%- end %> <%- end %> <%- unless plugin["methods"].empty? %> #### Methods <%- plugin["methods"].each do |method| %> `<%= method["name"] %>` - <%= method["body_md"] %> <%- end %> <%- end %> <% end %>
Version data entries
195 entries across 195 versions & 2 rubygems