index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
lib
/
logger
/
version.rb
blob: 65c7f6b3f31fe906b79ec16b7cae75afb953ed0c (
plain
)
1
2
3
4
5
# frozen_string_literal: true class Logger VERSION = "1.4.0" end