Kouhei Sutou
null+****@clear*****
Tue Nov 27 09:51:59 JST 2012
Kouhei Sutou 2012-11-27 09:51:59 +0900 (Tue, 27 Nov 2012) New Revision: c0509d40b728f504687828a428b72590a75c0b2b https://github.com/groonga/groonga-command/commit/c0509d40b728f504687828a428b72590a75c0b2b Log: Remove a needless explaining variable It is fully straightforward that arguments of parse are parsed arguments. There is no argument other than arguments like options Hash. Modified files: test/command/test-get.rb Modified: test/command/test-get.rb (+2 -2) =================================================================== --- test/command/test-get.rb 2012-11-26 23:18:57 +0900 (fdfd525) +++ test/command/test-get.rb 2012-11-27 09:51:59 +0900 (7505d8f) @@ -24,8 +24,8 @@ class GetCommandTest < Test::Unit::TestCase table = "Users" key = "Alice" output_columns = "name, address" - arguments = [table, key, output_columns] - command = parse(*arguments) + + command = parse(table, key, output_columns) assert_instance_of(Groonga::Command::Get, command) expected_arguments = { -------------- next part -------------- HTML����������������������������...Descargar