File: example.erb

package info (click to toggle)
libnet-ssh-ruby 1.1.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,472 kB
  • ctags: 2,465
  • sloc: ruby: 10,848; makefile: 17
file content (18 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h1>Example #<%= object.index %>. <%= object.title %></h1>

<h2>Introduction</h2>

<%= object.intro.to_html %>

<h2>Design</h2>

<%= object.design.to_html %>

<h2>Implementation</h2>

<%= object.implementation.to_html %>

<h2>Summary</h2>

<%= object.summary.to_html %>