Sha256: 5a8e4313ec2cd1d199c61bf4dcd152f7806619c19a5f5f2162f9c944d2d56d39

Contents?: true

Size: 871 Bytes

Versions: 4

Compression:

Stored size: 871 Bytes

Contents

<table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
2
3
4
5
6
7
</pre></td><td class="rouge-code"><pre><span style="color: #aa759f">module</span> <span style="color: #f4bf75">HelloWorld</span>
  <span style="color: #aa759f">class</span> <span style="color: #f4bf75">Helo</span>
    <span style="color: #aa759f">def</span> <span style="color: #303030">say</span><span style="color: #d0d0d0">(</span><span style="color: #303030">name</span><span style="color: #d0d0d0">)</span>
      <span style="color: #90a959">"Hi, </span><span style="color: #8f5536">#{</span><span style="color: #303030">name</span><span style="color: #8f5536">}</span><span style="color: #90a959">!"</span>
    <span style="color: #aa759f">end</span>
  <span style="color: #aa759f">end</span>
<span style="color: #aa759f">end</span>
</pre></td></tr></tbody></table>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
code2pdf-0.4.3 spec/fixtures/syntax_highlight.html
code2pdf_rdeterre-0.4.2 spec/fixtures/syntax_highlight.html
code2pdf-0.4.2 spec/fixtures/syntax_highlight.html
code2pdf-0.4.1 spec/fixtures/syntax_highlight.html