Sha256: b485ca6226ac3e4632b1ff8a4bc145f6e1d4dd9d80fd2c201cffd67b45cb85bc
Contents?: true
Size: 413 Bytes
Versions: 24
Compression:
Stored size: 413 Bytes
Contents
<% component = capture do %> <% if example.has_block? %> <%= render component_doc.partial_path, example.html_safe_data do %> <%= example.block.html_safe %> <% end %> <% else %> <%= render component_doc.partial_path, example.html_safe_data %> <% end %> <% end %> <% if example.has_embed? %> <%= ERB.new(example.embed).result(binding).html_safe %> <% else %> <%= component %> <% end %>
Version data entries
24 entries across 24 versions & 1 rubygems