myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2331] trunk/lib/rest.rb: changed tag/details sep


From: noreply
Subject: [myexperiment-hackers] [2331] trunk/lib/rest.rb: changed tag/details separator to '; ' instead of ' -'
Date: Thu, 11 Feb 2010 10:24:53 -0500 (EST)

Revision
2331
Author
dgc
Date
2010-02-11 10:24:53 -0500 (Thu, 11 Feb 2010)

Log Message

changed tag/details separator to ';' instead of '-'

Modified Paths

Diff

Modified: trunk/lib/rest.rb (2330 => 2331)


--- trunk/lib/rest.rb	2010-02-11 14:48:56 UTC (rev 2330)
+++ trunk/lib/rest.rb	2010-02-11 15:24:53 UTC (rev 2331)
@@ -1677,10 +1677,10 @@
 
         line.strip!
 
-        bits = line.split(" - ")
+        bits = line.split(";")
 
         if bits.length > 1
-          details = bits[1..-1].join(" - ")
+          details = bits[1..-1].join(";")
         else
           details = nil
         end

reply via email to

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