brew/Library/Homebrew/livecheck/livecheck.rbi
Sam Ford 12e5f4dce1
Livecheck: Refactor #skip_conditions into a module
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-01-12 18:34:33 -05:00

12 lines
141 B
Ruby

# typed: strict
module Homebrew
module Livecheck
include ::Kernel
module SkipConditions
include ::Kernel
end
end
end