dtas-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/6] splitfx: nodoc the Skip class


From: Eric Wong
Subject: [PATCH 3/6] splitfx: nodoc the Skip class
Date: Sun, 22 Sep 2013 23:44:25 +0000

This is an internal class, and we don't have a public Ruby API
anyways.
---
 lib/dtas/splitfx.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/dtas/splitfx.rb b/lib/dtas/splitfx.rb
index fd7093a..08ab13f 100644
--- a/lib/dtas/splitfx.rb
+++ b/lib/dtas/splitfx.rb
@@ -13,7 +13,7 @@ class DTAS::SplitFX # :nodoc:
   include DTAS::Process
   include DTAS::XS
 
-  class Skip < Struct.new(:tstart)
+  class Skip < Struct.new(:tstart) # :nodoc:
     def commit(_)
       # noop
     end
-- 
1.8.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]