Kouhei Sutou
null+****@clear*****
Mon Jan 28 11:18:08 JST 2013
Kouhei Sutou 2013-01-28 11:18:08 +0900 (Mon, 28 Jan 2013) New Revision: 943718db9925c1e7aebb20be8f5d470e43ef38a2 https://github.com/groonga/fluent-plugin-kotoumi/commit/943718db9925c1e7aebb20be8f5d470e43ef38a2 Log: Add missing "_" as word separator Modified files: test/helper.rb Modified: test/helper.rb (+3 -3) =================================================================== --- test/helper.rb 2013-01-28 11:17:28 +0900 (16b6270) +++ test/helper.rb 2013-01-28 11:18:08 +0900 (b1474e4) @@ -30,13 +30,13 @@ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'fluent/test' unless ENV.has_key?('VERBOSE') - nulllogger = Object.new - nulllogger.instance_eval {|obj| + null_logger = Object.new + null_logger.instance_eval {|obj| def method_missing(method, *args) # pass end } - $log = nulllogger + $log = null_logger end require 'fluent/plugin/out_socket_io' -------------- next part -------------- HTML����������������������������... Download