1 2 3 4 5 6
class BottleSpecification def revision(*args) odeprecated "BottleSpecification.revision", "BottleSpecification.rebuild" rebuild(*args) end end