[Groonga-commit] droonga/droonga-engine at 26ed27b [master] Remove needless suffix

Back to archive index

YUKI Piro Hiroshi null+****@clear*****
Fri Dec 12 00:42:06 JST 2014


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

  New Revision: 26ed27b86164b74e7701b9eb7baa06b39b83ab3d
  https://github.com/droonga/droonga-engine/commit/26ed27b86164b74e7701b9eb7baa06b39b83ab3d

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

  Message:
    Remove needless suffix

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

  Modified: lib/droonga/catalog/single_volume.rb (+3 -3)
===================================================================
--- lib/droonga/catalog/single_volume.rb    2014-12-12 00:41:38 +0900 (54bcc43)
+++ lib/droonga/catalog/single_volume.rb    2014-12-12 00:42:06 +0900 (e9399a7)
@@ -19,9 +19,9 @@ module Droonga
   module Catalog
     class SingleVolume
       attr_reader :address
-      def initialize(raw_volume)
-        @raw_volume = raw_volume
-        @address = Address.parse(@raw_volume["address"])
+      def initialize(raw)
+        @raw = raw
+        @address = Address.parse(@raw["address"])
       end
 
       def node
-------------- next part --------------
HTML����������������������������...
다운로드 



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