2018-05-18 13:35:41 +02:00

10 lines
134 B
Ruby

class Formula
module Compat
def rake(*)
odisabled "FileUtils#rake", "system \"rake\""
end
end
prepend Compat
end