-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
7,139 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.DS_Store | ||
.rakeTasks | ||
.yardoc | ||
aspen.i* | ||
javalib/ | ||
spec/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | ||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
<head> | ||
<meta name="Content-Type" content="text/html; charset=UTF-8" /> | ||
<title>Module: Aspen</title> | ||
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" /> | ||
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" /> | ||
|
||
<script type="text/javascript" charset="utf-8"> | ||
relpath = ''; | ||
if (relpath != '') relpath += '/'; | ||
</script> | ||
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> | ||
<script type="text/javascript" charset="utf-8" src="js/app.js"></script> | ||
|
||
</head> | ||
<body> | ||
<div id="header"> | ||
<div id="menu"> | ||
|
||
<a href="_index.html">Index (A)</a> » | ||
|
||
|
||
<span class="title">Aspen</span> | ||
|
||
</div> | ||
|
||
<div id="search"> | ||
<a id="class_list_link" href="#">Namespace List</a> | ||
<a id="method_list_link" href="#">Method List</a> | ||
<a id ="file_list_link" href="#">File List</a> | ||
</div> | ||
|
||
<div class="clear"></div> | ||
</div> | ||
|
||
<iframe id="search_frame"></iframe> | ||
|
||
<div id="content"><h1>Module: Aspen | ||
|
||
|
||
</h1> | ||
|
||
<dl class="box"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<dt class="r1 last">Defined in:</dt> | ||
<dd class="r1 last">lib/aspen.rb<span class="defines">,<br /> | ||
lib/aspen/runner.rb,<br /> lib/aspen/server.rb,<br /> lib/aspen/logging.rb,<br /> lib/aspen/version.rb,<br /> lib/aspen/controller.rb,<br /> lib/aspen/netty_proxy.rb</span> | ||
</dd> | ||
|
||
</dl> | ||
<div class="clear"></div> | ||
|
||
<h2>Overview</h2><div class="docstring"> | ||
<div class="discussion"> | ||
<p> | ||
module Aspen | ||
</p> | ||
|
||
|
||
</div> | ||
</div> | ||
<div class="tags"> | ||
|
||
</div><h2>Defined Under Namespace</h2> | ||
<p class="children"> | ||
|
||
|
||
<strong class="modules">Modules:</strong> <a href="Aspen/Logging.html" title="Logging">Logging</a>, <a href="Aspen/VERSION.html" title="VERSION">VERSION</a> | ||
|
||
|
||
|
||
<strong class="classes">Classes:</strong> <a href="Aspen/Controller.html" title="Controller">Controller</a>, <a href="Aspen/InvalidOption.html" title="InvalidOption">InvalidOption</a>, <a href="Aspen/NettyProxy.html" title="NettyProxy">NettyProxy</a>, <a href="Aspen/RackParseError.html" title="RackParseError">RackParseError</a>, <a href="Aspen/Runner.html" title="Runner">Runner</a>, <a href="Aspen/RunnerError.html" title="RunnerError">RunnerError</a>, <a href="Aspen/Server.html" title="Server">Server</a> | ||
|
||
|
||
</p> | ||
|
||
<h2>Constant Summary</h2> | ||
|
||
<dl class="constants"> | ||
|
||
<dt id="NAME-constant ">NAME = | ||
<span class="summary_desc"> | ||
name string. | ||
|
||
</span> | ||
</dt> | ||
<dd><pre class="code"><span class='string val'>'aspen'</span><span class='dot token'>.</span><span class='freeze identifier id'>freeze</span> | ||
</pre></dd> | ||
|
||
<dt id="SERVER-constant ">SERVER = | ||
<span class="summary_desc"> | ||
server name and version. | ||
|
||
</span> | ||
</dt> | ||
<dd><pre class="code"><span class='dstring node'>"#{NAME} #{VERSION::STRING}"</span><span class='dot token'>.</span><span class='freeze identifier id'>freeze</span> | ||
</pre></dd> | ||
|
||
</dl> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<div id="footer"> | ||
Generated on Mon Dec 07 10:45:15 2009 by | ||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a> | ||
0.4.0 (ruby-1.8.7). | ||
</div> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.