12 lines
160 B
Ruby
12 lines
160 B
Ruby
![]() |
# frozen_string_literal: true
|
||
|
|
||
|
class NilClass
|
||
|
module Compat
|
||
|
def chuzzle
|
||
|
odeprecated "chuzzle", "chomp.presence"
|
||
|
end
|
||
|
end
|
||
|
|
||
|
prepend Compat
|
||
|
end
|