about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-22 23:13:48 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-22 23:14:44 +0000
commit0e1864e60a460cec276b4c9d2bc44f1c55ebb66f (patch)
treee9b1b186188bb1e998e521b81dfe134f783df74e /lib
parentbd16f4c2544e301b05931e2a7814706bfd528cc6 (diff)
downloaddtas-0e1864e60a460cec276b4c9d2bc44f1c55ebb66f.tar.gz
This is an internal class, and we don't have a public Ruby API
anyways.
Diffstat (limited to 'lib')
-rw-r--r--lib/dtas/splitfx.rb2
1 files changed, 1 insertions, 1 deletions
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