[Groonga-commit] droonga/droonga-client-ruby at 9e58f4a [master] Follow the change that uses OpenStruct

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 24 10:04:29 JST 2014


Kouhei Sutou	2014-03-24 10:04:29 +0900 (Mon, 24 Mar 2014)

  New Revision: 9e58f4ae90b684bdcc4ae0b04e9446ca4332e19e
  https://github.com/droonga/droonga-client-ruby/commit/9e58f4ae90b684bdcc4ae0b04e9446ca4332e19e

  Message:
    Follow the change that uses OpenStruct

  Modified files:
    bin/droonga-send

  Modified: bin/droonga-send (+1 -1)
===================================================================
--- bin/droonga-send    2014-03-23 22:55:12 +0900 (8e9a18b)
+++ bin/droonga-send    2014-03-24 10:04:29 +0900 (8164795)
@@ -92,7 +92,7 @@ parser.separator("")
 parser.separator("Report:")
 parser.on("--[no-]report-request",
           "Reports request message.",
-          "(#{options[:report_request]})") do |report_request|
+          "(#{options.report_request})") do |report_request|
   options.report_request = report_request
 end
 parser.on("--report-throughput",
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index