From 918f3298510be4505306813bd71699b61ec8dfc5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 14 Dec 2015 10:32:25 +0000 Subject: nodoc internal classes DTAS does not expose any sort of public API for external users, so it will not be documented using RDoc. Currently all of our documentation is in plain-text or Markdown (only for manpages). --- lib/dtas/nonblock.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dtas/nonblock.rb') diff --git a/lib/dtas/nonblock.rb b/lib/dtas/nonblock.rb index c8beecd..1a4b8b0 100644 --- a/lib/dtas/nonblock.rb +++ b/lib/dtas/nonblock.rb @@ -1,7 +1,7 @@ # Copyright (C) 2015 all contributors # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) -class DTAS::Nonblock < IO +class DTAS::Nonblock < IO # :nodoc: if RUBY_VERSION.to_f <= 2.0 EX = {}.freeze def read_nonblock(len, buf = nil, opts = EX) -- cgit v1.2.3-24-ge0c7