about summary refs log tree commit homepage
path: root/lib/yahns/unix_server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yahns/unix_server.rb')
-rw-r--r--lib/yahns/unix_server.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yahns/unix_server.rb b/lib/yahns/unix_server.rb
index 3269db3..3c36cd9 100644
--- a/lib/yahns/unix_server.rb
+++ b/lib/yahns/unix_server.rb
@@ -2,6 +2,6 @@
 # Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> et. al.
 # License: GPLv3 or later (see COPYING for details)
 require_relative 'acceptor'
-class Yahns::UNIXServer < Kgio::UNIXServer
+class Yahns::UNIXServer < Kgio::UNIXServer # :nodoc:
   include Yahns::Acceptor
 end