[Groonga-commit] groonga/grntest [master] Name long line value

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 6日 (水) 17:25:17 JST


Haruka Yoshihara	2012-06-06 17:25:17 +0900 (Wed, 06 Jun 2012)

  New Revision: bf11a4ffc427410daa68cb740b1d00d5164148df

  Log:
    Name long line value

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+2 -1)
===================================================================
--- lib/groonga/tester.rb    2012-06-06 17:18:48 +0900 (4548208)
+++ lib/groonga/tester.rb    2012-06-06 17:25:17 +0900 (0d4007f)
@@ -682,7 +682,8 @@ module Groonga
 
       def send_command(command_line)
         converter = CommandFormatConverter.new(command_line)
-        open("http://#{@host}:#{@port}#{converter.to_url}") do |response|
+        url = "http://#{@host}:#{@port}#{converter.to_url}"
+        open(url) do |response|
           response.read
         end
       end




Groonga-commit メーリングリストの案内
Back to archive index