It can be useful when reading documentation to know in which version a method was first available. For example, when looking at Ruby's Enumerable#max_by latest documentation and wanting to know when it was first available.
A :since: <version> directive would support this.
It can be useful when reading documentation to know in which version a method was first available. For example, when looking at Ruby's
Enumerable#max_bylatest documentation and wanting to know when it was first available.A
:since: <version>directive would support this.