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
version bump and added Ebb::Server#log
Ryan Dahl (author)
2 months ago
commit  459af6a54e12fffdce5e32be04417e4cf1f9be60
tree    b6a7c8d95dd1d5228231dd0aea631969ae885271
parent  8cd014022475f40657e6bb8f0beeaf2aa1b0e4e2
...
1
 
...
 
1
0
@@ -1 +1 @@
0
-0.0.2
0
+0.0.3
...
135
136
137
 
 
 
 
138
139
140
...
135
136
137
138
139
140
141
142
143
144
0
@@ -135,6 +135,10 @@ module Ebb
0
       end
0
       client.finished
0
     end
0
+
0
+ def log(msg)
0
+ puts msg
0
+ end
0
   end
0
   
0
   HTTP_STATUS_CODES = {

Comments

    No one has commented yet.