Best practice to mark deprecated code in Ruby?

Posted by blindgaenger on Stack Overflow See other posts from Stack Overflow or by blindgaenger
Published on 2008-11-16T15:20:13Z Indexed on 2010/05/25 22:31 UTC
Read the original article Hit count: 294

Filed under:
|
|

I'd like to mark a method as deprecated, so the people using it can easily check their code and catch up. In Java you set @Deprecated and everybody knows what this means.

So is there a preferred way (or even tools) to mark and check for deprecations in Ruby?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about deprecated