mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
5 lines
68 B
Ruby
5 lines
68 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Logger
|
|
VERSION = "1.4.2"
|
|
end
|