Sha256: b81319f0172b5bfee3b24c7cca484cc9af0645db072094366a4dc12dde864fe7
Contents?: true
Size: 339 Bytes
Versions: 42
Compression:
Stored size: 339 Bytes
Contents
<a href='<%=url%>'>Raw JSON</a> <dl> <dt>Name</dt><dd><%=frameStack['label']%></dd> <dt>Began</dt><dd><%=frameStack['range']['start']%></dd> <dt>Duration</dt><dd><%=frameStack['range']['duration']%></dd> <dt>Children</dt> <dd><ul> <% frameStack['children'].each do |child| %> <li><%= child.to_html %></li> <%end%> </ul></dd> </dl>
Version data entries
42 entries across 42 versions & 2 rubygems