summaryrefslogtreecommitdiff
path: root/spec/ruby/language/metaclass_spec.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-21 17:40:28 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-21 17:40:28 +0900
commit35392ff0a00934ec02558305b7be8dffe6420d30 (patch)
treed968367cf4b45d57738b9dba119289295c8efbe9 /spec/ruby/language/metaclass_spec.rb
parentc997f7daaa833ec02a852913925b361cd94fd2e8 (diff)
Fix an example [ci skip]
Diffstat (limited to 'spec/ruby/language/metaclass_spec.rb')
0 files changed, 0 insertions, 0 deletions
t/lib/logger.rb?id=460e9d8d83b22efad02f69925492195124f52a86'>* lib/logger.rb: Remove block from Logger.add as it's not neededsonots 2015-12-16Add frozen_string_literal: false for all filesnaruse 2015-11-20* lib/logger.rb: expose logger mutexsonots 2015-11-17* lib/logger.rb: support symbol and string log level settingsonots 2015-11-17lib/logger.rb: Add Logger#reopensonots 2015-10-27logger.rb: end of week should be Saturdaynobu 2015-10-27logger.rb: fix weekly rotationnobu 2015-10-26logger.rb: exact matchingnobu 2015-10-26logger.rb: freeze constantsnobu 2014-08-25logger.rb: simplifynobu 2014-08-25lib/logger.rb: use %Nnobu 2014-07-02* logger.rb: removed unmaintain code.hsbt 2014-06-24* lib/gserver.rb: remove redundant use of to_s in interpolation.hsbt 2014-05-24* lib/logger.rb: refactored to include Logger::Period.hsbt 2014-02-21logger.rb: DSTnobu 2014-02-21logger.rb: fix midnight log rotation missnobu 2014-02-11* lib/logger.rb: [DOC] Fix arg name for Logger.new by @ryotarai [ci skip] [fi...hsbt 2013-12-14logger.rb: fix extra log ratationnobu 2013-11-02logger.rb: fix r43511 for Windowsnobu 2013-11-01* lib/logger.rb: Inter-process locking for log rotationnaruse 2013-07-10* lib/logger.rb: Use :call-seq: for method signature rdoczzak 2013-07-10* lib/logger.rb (#add): Remove incorrect rdoc for return valuezzak 2013-05-20* lib/logger.rb (Logger::Application): show namespace in documentationeregon 2012-07-20* lib/logger.rb: Updated example in Logger comment to match otherdrbrain 2012-07-18* lib/logger.rb: Updated typos and output to match modern Loggerdrbrain