about summary refs log tree commit homepage
path: root/doc/rdoc/classes/Mongrel/HttpServer.src/M000010.html
diff options
context:
space:
mode:
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