about summary refs log tree commit homepage
path: root/lib/dtas/partstats.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/partstats.rb')
-rw-r--r--lib/dtas/partstats.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dtas/partstats.rb b/lib/dtas/partstats.rb
index cd37e0a..9714ebe 100644
--- a/lib/dtas/partstats.rb
+++ b/lib/dtas/partstats.rb
@@ -160,7 +160,7 @@ becomes:
 
   def parse_stats(stats, trim_part, buf)
     trim_row = [ trim_part ]
-    buf.split(/\n/).each do |line|
+    buf.split("\n").each do |line|
       do_map = true
       case line
       when /\A(\S+ \S+ dB)\s/, /\A(Crest factor)\s+-\s/