brew/Library/Homebrew/compat/dependable.rb
2018-05-18 13:35:41 +02:00

11 lines
144 B
Ruby

module Dependable
module Compat
def run?
odeprecated "Dependable#run?"
tags.include? :run
end
end
prepend Compat
end