ry / ebb fork watch download tarball
public this repo is viewable by everyone
Description: web server
Homepage: http://ebb.rubyforge.org
Clone URL: git://github.com/ry/ebb.git
added Rack::Handler::Ebb.run for donri
ryah (author)
about 1 month ago
commit  2e370e55784634965100f256d1c652d7cdd49cfe
tree    a22cbd4281317581722d311be150f9a129bf0967
parent  9bc8da2c4cab2643f399f26dffdef1f48cdf6d7a
...
227
228
229
 
 
 
 
 
 
 
 
 
 
 
230
231
232
...
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
0
@@ -227,6 +227,17 @@ module Ebb
0
   }.freeze
0
 end
0
 
0
+
0
+module Rack
0
+ module Handler
0
+ module Ebb
0
+ def self.run(app, options={})
0
+ ::Ebb.start_server(app, options)
0
+ end
0
+ end
0
+ end
0
+end
0
+
0
 # cause i don't want to create an array
0
 def min(a,b)
0
   a > b ? b : a

Comments

    No one has commented yet.