mirror of
https://github.com/gosticks/brew.git
synced 2026-08-22 09:30:23 +00:00
It's been long enough that these have been commented out so let's enable them globally.
7 lines
155 B
Ruby
7 lines
155 B
Ruby
class BottleSpecification
|
|
def revision(*args)
|
|
odeprecated "BottleSpecification.revision", "BottleSpecification.rebuild"
|
|
rebuild(*args)
|
|
end
|
|
end
|