brew/Library/Homebrew/ignorable.rbi

9 lines
214 B
Plaintext
Raw Permalink Normal View History

2023-03-31 08:34:33 -07:00
# typed: strict
module Ignorable
include Kernel
# This is a workaround to enable `raise` to be aliased
# @see https://github.com/sorbet/sorbet/issues/2378#issuecomment-569474238
def self.raise(*); end
end