brew/Library/Homebrew/compat/dependable.rb

11 lines
144 B
Ruby
Raw Normal View History

module Dependable
2018-05-18 13:35:41 +02:00
module Compat
def run?
odeprecated "Dependable#run?"
tags.include? :run
end
end
2018-05-18 13:35:41 +02:00
prepend Compat
end