about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <yahns-public@yhbt.net>2017-03-05 21:46:11 +0000
committerEric Wong <yahns-public@yhbt.net>2017-03-05 22:27:59 +0000
commit01bd0a68537e4be33a1ade320f747340306e4162 (patch)
tree45a39faddc01a5194328dbb3212ad158301f09c8
parent0066c1f3925c7c1dfb574230311739f52f725d18 (diff)
downloadyahns-01bd0a68537e4be33a1ade320f747340306e4162.tar.gz
Although we do not publish RDoc-generated documentation on our
website, other places may, an people use ri(1) locally.
-rw-r--r--lib/yahns/chunk_body.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/yahns/chunk_body.rb b/lib/yahns/chunk_body.rb
index 6e56a18..aab803b 100644
--- a/lib/yahns/chunk_body.rb
+++ b/lib/yahns/chunk_body.rb
@@ -2,7 +2,8 @@
 # Copyright (C) 2016 all contributors <yahns-public@yhbt.net>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
-class Yahns::ChunkBody
+
+class Yahns::ChunkBody # :nodoc:
   def initialize(body, vec)
     @body = body
     @vec = vec