brew/Library/Homebrew/compat/software_spec.rb
2016-08-18 17:32:35 +01:00

9 lines
253 B
Ruby

class BottleSpecification
def revision(*args)
# Don't announce deprecation yet as this is quite a big change
# to a public interface.
# odeprecated "BottleSpecification.revision", "BottleSpecification.rebuild"
rebuild(*args)
end
end