2020-10-10 14:16:11 +02:00
|
|
|
# typed: true
|
2020-05-18 13:50:43 +01:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
class String
|
|
|
|
module Compat
|
|
|
|
def chuzzle
|
2020-09-03 10:34:22 +01:00
|
|
|
odisabled ".chuzzle", "&.chomp.presence"
|
2020-05-18 13:50:43 +01:00
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
prepend Compat
|
|
|
|
end
|