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

10 lines
134 B
Ruby
Raw Normal View History

2020-10-10 14:16:11 +02:00
# typed: strict
# frozen_string_literal: true
class KegOnlyReason
2020-10-28 18:49:10 +11:00
sig { returns(T::Boolean) }
def applicable?
true
end
end