Created
November 23, 2010 09:15
-
-
Save mgutz/711504 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html;charset=utf-8"> | |
<title>test.rb</title> | |
<link rel="stylesheet" href="http://github.com/jashkenas/docco/raw/0.3.0/resources/docco.css"> | |
</head> | |
<body> | |
<div id='container'> | |
<div id="background"></div> | |
<table cellspacing=0 cellpadding=0> | |
<thead> | |
<tr> | |
<th class=docs><h1>test.rb</h1></th> | |
<th class=code></th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr id='section-1'> | |
<td class=docs> | |
<div class="pilwrap"> | |
<a class="pilcrow" href="#section-1">¶</a> | |
</div> | |
<h1>H1 Test</h1> | |
<p>jack and jill ..</p> | |
</td> | |
<td class=code> | |
<div class='highlight'><pre><span class="k">def</span> <span class="nf">foo</span> | |
<span class="s1">'bar'</span> | |
<span class="k">end</span></pre></div> | |
</td> | |
</tr> | |
</table> | |
</div> | |
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=begin | |
# H1 Test | |
jack and jill .. | |
=end | |
def foo | |
'bar' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment