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/tfx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/dtas/tfx.rb') diff --git a/lib/dtas/tfx.rb b/lib/dtas/tfx.rb index 479ff5c..ff03819 100644 --- a/lib/dtas/tfx.rb +++ b/lib/dtas/tfx.rb @@ -7,7 +7,7 @@ require 'shellwords' # this will represent a trim section inside -splitfx for applying # effects to only a part of the output -class DTAS::TFX +class DTAS::TFX # :nodoc: include DTAS::ParseTime attr_reader :tbeg @@ -85,7 +85,7 @@ class DTAS::TFX end # for stable sorting - class TFXSort < Struct.new(:tfx, :idx) + class TFXSort < Struct.new(:tfx, :idx) # :nodoc: def <=>(other) cmp = tfx <=> other.tfx 0 == cmp ? idx <=> other.idx : cmp -- cgit v1.2.3-24-ge0c7