[Groonga-commit] droonga/droonga-engine at 8283ace [master] Remove needless suffix

Back to archive index

YUKI Piro Hiroshi null+****@clear*****
Fri Dec 12 00:27:24 JST 2014


YUKI "Piro" Hiroshi	2014-12-12 00:27:24 +0900 (Fri, 12 Dec 2014)

  New Revision: 8283ace91e30c9bcefbb7eb1fa351e7a940a0b97
  https://github.com/droonga/droonga-engine/commit/8283ace91e30c9bcefbb7eb1fa351e7a940a0b97

  Merged e0f9f34: Merge pull request #30 from piroor/replicas-in-a-branch

  Message:
    Remove needless suffix

  Modified files:
    lib/droonga/catalog/base.rb

  Modified: lib/droonga/catalog/base.rb (+2 -2)
===================================================================
--- lib/droonga/catalog/base.rb    2014-12-12 00:24:39 +0900 (c2dbdee)
+++ lib/droonga/catalog/base.rb    2014-12-12 00:27:24 +0900 (73ced7d)
@@ -24,8 +24,8 @@ module Droonga
   module Catalog
     class Base
       attr_reader :path, :base_path
-      def initialize(raw_catalog, path)
-        @raw_catalog = raw_catalog
+      def initialize(raw, path)
+        @raw = raw
         @path = path
         @base_path = File.dirname(path)
       end
-------------- next part --------------
HTML����������������������������...
다운로드 



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