about summary refs log tree commit homepage
path: root/lib/dtas/source/command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/source/command.rb')
-rw-r--r--lib/dtas/source/command.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dtas/source/command.rb b/lib/dtas/source/command.rb
index 30441eb..930c5cf 100644
--- a/lib/dtas/source/command.rb
+++ b/lib/dtas/source/command.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_relative '../../dtas'
@@ -7,7 +6,7 @@ require_relative '../source'
 require_relative '../command'
 require_relative '../serialize'
 
-class DTAS::Source::Command
+class DTAS::Source::Command # :nodoc:
   require_relative '../source/common'
 
   include DTAS::Command