mirror of
https://github.com/gosticks/brew.git
synced 2026-08-31 22:10:20 +00:00
11 lines
144 B
Ruby
11 lines
144 B
Ruby
module Dependable
|
|
module Compat
|
|
def run?
|
|
odeprecated "Dependable#run?"
|
|
tags.include? :run
|
|
end
|
|
end
|
|
|
|
prepend Compat
|
|
end
|