mirror of
https://github.com/gosticks/brew.git
synced 2026-08-31 14:00:18 +00:00
Add more `odeprecated` calls to places that have been deprecated for a while in the wild and move some of the existing `odeprecated` calls to be `odisabled` to allow deleting the compatibility code.
6 lines
130 B
Ruby
6 lines
130 B
Ruby
class BottleSpecification
|
|
def revision(*)
|
|
odisabled "BottleSpecification.revision", "BottleSpecification.rebuild"
|
|
end
|
|
end
|