[Groonga-commit] droonga/droonga-engine at 5a660e3 [master] Fix typo: remove needless "@" for given argument

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Mar 24 16:20:14 JST 2015


YUKI Hiroshi	2015-03-24 16:20:14 +0900 (Tue, 24 Mar 2015)

  New Revision: 5a660e3678240e76e3b68cf272670d1fc199b819
  https://github.com/droonga/droonga-engine/commit/5a660e3678240e76e3b68cf272670d1fc199b819

  Message:
    Fix typo: remove needless "@" for given argument

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2015-03-24 16:04:11 +0900 (b22ef67)
+++ lib/droonga/serf.rb    2015-03-24 16:20:14 +0900 (bfb86dd)
@@ -40,7 +40,7 @@ module Droonga
     def initialize(name, options={})
       @serf = nil
       @name = name
-      @verbose = @options[:verbose] || false
+      @verbose = options[:verbose] || false
       @service_installation = ServiceInstallation.new
       @node_metadata = NodeMetadata.new
     end
-------------- next part --------------
HTML����������������������������...
Download 



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