2013-05-09 23:53:26 -05:00
|
|
|
class Formula
|
2015-08-03 13:09:07 +01:00
|
|
|
def patches
|
2016-07-16 22:15:32 +01:00
|
|
|
# Don't print deprecation warning because this method is inherited
|
|
|
|
# when used.
|
2015-08-03 13:09:07 +01:00
|
|
|
{}
|
|
|
|
end
|
2015-07-21 21:57:14 +08:00
|
|
|
|
2018-03-25 10:11:24 +01:00
|
|
|
def rake(*)
|
|
|
|
odisabled "FileUtils#rake", "system \"rake\""
|
2017-10-13 00:35:05 -07:00
|
|
|
end
|
2013-05-09 23:53:26 -05:00
|
|
|
end
|