about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-06 02:20:47 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-06 02:20:47 +0000
commit71b292fcf00681fd4126d39d7ec211da54435c19 (patch)
treedc77444029c79ffa99088057a788b2544017d517 /lib
parent572146abc33d60c6caf4bfedbca98f365d20be9e (diff)
downloaddtas-71b292fcf00681fd4126d39d7ec211da54435c19.tar.gz
Singleton methods tend to be bad like this.
TODO: write tests for this.
Diffstat (limited to 'lib')
-rw-r--r--lib/dtas/source/sox.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dtas/source/sox.rb b/lib/dtas/source/sox.rb
index 0001689..e26f54b 100644
--- a/lib/dtas/source/sox.rb
+++ b/lib/dtas/source/sox.rb
@@ -11,6 +11,7 @@ class DTAS::Source::Sox # :nodoc:
 
   include DTAS::Source::File
   include DTAS::XS
+  extend DTAS::XS
 
   SOX_DEFAULTS = COMMAND_DEFAULTS.merge(
     "command" => 'exec sox "$INFILE" $SOXFMT - $TRIMFX $RGFX',