mirror of
https://github.com/ruby/ruby.git
synced 2026-08-11 08:13:34 +08:00
6 lines
68 B
Ruby
6 lines
68 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Logger
|
|
VERSION = "1.6.0"
|
|
end
|