Although we do not publish RDoc-generated documentation on our website, other places may, an people use ri(1) locally. --- lib/yahns/chunk_body.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
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 <[email protected]> # 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 -- EW -- unsubscribe: [email protected] archive: https://yhbt.net/yahns-public/
