about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-06 14:17:02 -0700
committerEric Wong <normalperson@yhbt.net>2010-07-06 15:55:00 -0700
commita77c60a372273b24866346482255c4cf21240d60 (patch)
tree9ba05e6b7d48fef3447f620dcdccfff60726f1f0
parentda0160d1eaf9fda309939253e51d88bb20f03ff4 (diff)
downloadunicorn-a77c60a372273b24866346482255c4cf21240d60.tar.gz
(cherry picked from commit 98c51edf8b6f031a655a93b52808c9f9b78fb6fa)
-rw-r--r--lib/unicorn/socket_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/socket_helper.rb b/lib/unicorn/socket_helper.rb
index 08b3d06..9a155e1 100644
--- a/lib/unicorn/socket_helper.rb
+++ b/lib/unicorn/socket_helper.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-
+# :enddoc:
 require 'socket'
 
 module Unicorn