8 lines
75 B
Ruby

# typed: strict
class String
module Compat
include Kernel
end
end