brew/Library/Homebrew/extend/os/mac/formula_support.rb

9 lines
104 B
Ruby
Raw Normal View History

2020-10-10 14:16:11 +02:00
# typed: strict
# frozen_string_literal: true
class KegOnlyReason
def applicable?
true
end
end