Sha256: b68a06972129c7dbcdd0e2320ed913f3460ee9ac3f519e9c0c9acf974786fc5c
Contents?: true
Size: 383 Bytes
Versions: 28
Compression:
Stored size: 383 Bytes
Contents
<?r base = self[:base] symbol = attributes[:symbol] documentation = symbol.documentation pragmas = documentation&.filter(Decode::Comment::Pragma).to_a if pragmas&.any? ?> <ul class="pragmas #{attributes[:class]}"> <?r pragmas.each do |pragma| ?> <li class="pragma #{pragma.directive}" title="#{pragma.text&.first}"> #{pragma.directive} </li> <?r end ?> </ul> <?r end ?>
Version data entries
28 entries across 28 versions & 1 rubygems