about summary refs log tree commit homepage
path: root/lib/dtas
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-24 10:02:20 +0000
committerEric Wong <e@80x24.org>2016-01-24 10:02:20 +0000
commitc314a0e7b845fd50997e06f97e5bffcb9c4b7732 (patch)
tree1727bc229d260cd2c8fa50500364748fbb866ece /lib/dtas
parentfc8e446d5da1887044c86ed07e8cf2eee6cf2cfd (diff)
downloaddtas-c314a0e7b845fd50997e06f97e5bffcb9c4b7732.tar.gz
We load them frequently enough that the garbage
is not worth it.
Diffstat (limited to 'lib/dtas')
-rw-r--r--lib/dtas/source/sox.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dtas/source/sox.rb b/lib/dtas/source/sox.rb
index b4340fd..c4c65aa 100644
--- a/lib/dtas/source/sox.rb
+++ b/lib/dtas/source/sox.rb
@@ -71,7 +71,7 @@ class DTAS::Source::Sox # :nodoc:
         key, value = line.split('=', 2)
         key && value or next
         # TODO: multi-line/multi-value/repeated tags
-        tmp[key.upcase] = value
+        tmp[key.upcase.freeze] = value
       end
     end
     tmp