brew/Library/Homebrew/compat/fails_with_llvm.rb

10 lines
224 B
Ruby
Raw Normal View History

2013-05-09 23:53:26 -05:00
class Formula
def fails_with_llvm(_msg = nil, _data = nil)
2016-07-16 22:15:04 +01:00
odeprecated "Formula#fails_with_llvm in install"
2013-05-09 23:53:26 -05:00
end
2016-07-16 22:15:04 +01:00
def self.fails_with_llvm(_msg = nil, _data = {})
odeprecated "Formula.fails_with_llvm"
2013-05-09 23:53:26 -05:00
end
end