6 lines
88 B
Ruby
6 lines
88 B
Ruby
class Formula
|
|
def rake(*)
|
|
odisabled "FileUtils#rake", "system \"rake\""
|
|
end
|
|
end
|