brew/Library/Homebrew/compat/dependable.rb

6 lines
62 B
Ruby
Raw Normal View History

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