mirror of
https://github.com/gosticks/brew.git
synced 2026-09-04 16:00:24 +00:00
13 lines
173 B
Ruby
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
|