ary = Array.new(10000) {|i| i} 100000.times { ary.values_at(1..2000) } avicon.ico'/>
summaryrefslogtreecommitdiff
path: root/test/logger/test_logdevice.rb
AgeCommit message (Expand)Author
2019-09-06Fix keyword argument warnings in the tests from Class#newJeremy Evans
2019-07-15Move helper file of logger to under the test/logger.Hiroshi SHIBATA
2019-07-15[ruby/logger] Add option to set the binary mode of the log deviceRafael Mendonça França
2019-07-15[ruby/logger] Set filename when initializing logger with a File objectJeremy Evans
2019-07-15[ruby/logger] Fix to use logger and test-unit in this repo withsonots
2017-12-04revert r60999usa
2017-12-03give a change to determine to rotate the log or notusa
2017-10-23multiple arguments to writenobu