brew/Library/Homebrew/service.rbi
2023-01-19 11:36:37 +01:00

8 lines
118 B
Ruby

# typed: strict
module Homebrew
class Service
def on_system_conditional(macos: nil, linux: nil); end
end
end