about summary refs log tree commit homepage
path: root/doc/rdoc/classes/Mongrel/HttpServer.src/M000010.html
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-01-31 05:36:30 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-01-31 05:36:30 +0000
commit644d78fc0170c2ccf9551adba6def8815afbd4df (patch)
tree6986275bc95c1ed8ede539179ce277cdae554972 /doc/rdoc/classes/Mongrel/HttpServer.src/M000010.html
parent38f325e2227e9c60c4e2f699535b42fb0dd6ad46 (diff)
downloadunicorn-644d78fc0170c2ccf9551adba6def8815afbd4df.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@18 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'doc/rdoc/classes/Mongrel/HttpServer.src/M000010.html')
-rw-r--r--doc/rdoc/classes/Mongrel/HttpServer.src/M000010.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/rdoc/classes/Mongrel/HttpServer.src/M000010.html b/doc/rdoc/classes/Mongrel/HttpServer.src/M000010.html
deleted file mode 100644
index c79c3e3..0000000
--- a/doc/rdoc/classes/Mongrel/HttpServer.src/M000010.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html>
-<head>
-  <title>run (Mongrel::HttpServer)</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
-</head>
-<body class="standalone-code">
-  <pre>     <span class="ruby-comment cmt"># File lib/mongrel.rb, line 169</span>
-169:     <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">run</span>
-170:       <span class="ruby-ivar">@acceptor</span> = <span class="ruby-constant">Thread</span>.<span class="ruby-identifier">new</span> <span class="ruby-keyword kw">do</span>
-171:         <span class="ruby-keyword kw">while</span> <span class="ruby-keyword kw">true</span>
-172:           <span class="ruby-identifier">process_client</span>(<span class="ruby-ivar">@socket</span>.<span class="ruby-identifier">accept</span>)
-173:         <span class="ruby-keyword kw">end</span>
-174:       <span class="ruby-keyword kw">end</span>
-175:     <span class="ruby-keyword kw">end</span></pre>
-</body>
-</html> \ No newline at end of file