about summary refs log tree commit homepage
path: root/lib/dtas/unix_server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/unix_server.rb')
-rw-r--r--lib/dtas/unix_server.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dtas/unix_server.rb b/lib/dtas/unix_server.rb
index 90f8479..ed96a1e 100644
--- a/lib/dtas/unix_server.rb
+++ b/lib/dtas/unix_server.rb
@@ -1,5 +1,4 @@
 # -*- encoding: binary -*-
-# :stopdoc:
 # Copyright (C) 2013, Eric Wong <normalperson@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 require 'socket'
@@ -15,7 +14,7 @@ require_relative 'unix_accepted'
 # but IO.select can be just as fast (or faster) with few descriptors and
 # is obviously more portable.
 
-class DTAS::UNIXServer
+class DTAS::UNIXServer # :nodoc:
   attr_reader :to_io
 
   def close