[Groonga-commit] droonga/droonga-engine at f79135f [master] Remove needless Array

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 6 00:38:07 JST 2014


Kouhei Sutou	2014-11-06 00:38:07 +0900 (Thu, 06 Nov 2014)

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

  Message:
    Remove needless Array

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

  Modified: lib/droonga/catalog/version2.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/version2.rb    2014-11-06 00:37:37 +0900 (11bb4a3)
+++ lib/droonga/catalog/version2.rb    2014-11-06 00:38:07 +0900 (99fc367)
@@ -47,7 +47,7 @@ module Droonga
                 name = volume_address.name
                 migrate_database_location(device, name)
 
-                path = File.join([device, Path.databases.basename.to_s, name, "db"])
+                path = File.join(device, Path.databases.basename.to_s, name, "db")
                 path = Pathname(path).expand_path(base_path)
                 options = {
                   :dataset => dataset_name,
-------------- next part --------------
HTML����������������������������...
Download 



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