brew/Library/Homebrew/compat/dependable.rb
Mike McQuaid d2c23bde6d Audit use of :run dependencies.
These are a no-op so let's remove them.
2018-03-19 10:11:08 +00:00

6 lines
62 B
Ruby

module Dependable
def run?
tags.include? :run
end
end