2020-10-10 14:59:39 +02:00

13 lines
173 B
Ruby

# typed: true
# frozen_string_literal: true
class String
module Compat
def chuzzle
odisabled ".chuzzle", "&.chomp.presence"
end
end
prepend Compat
end