13 lines
175 B
Ruby
13 lines
175 B
Ruby
# typed: true
|
|
# frozen_string_literal: true
|
|
|
|
class NilClass
|
|
module Compat
|
|
def chuzzle
|
|
odisabled ".chuzzle", "&.chomp.presence"
|
|
end
|
|
end
|
|
|
|
prepend Compat
|
|
end
|