brew/Library/Homebrew/compat/software_spec.rb

7 lines
157 B
Ruby
Raw Normal View History

2016-08-18 17:32:35 +01:00
class BottleSpecification
def revision(*args)
# odeprecated "BottleSpecification.revision", "BottleSpecification.rebuild"
rebuild(*args)
end
end