Closed kevinsawicki closed 10 years ago
Lion::walk in coffeescript is equivalent to Lion.prototype.walk so it would be cool if {Lion::walk} in docs linked to the instance method walk.
Lion::walk
Lion.prototype.walk
{Lion::walk}
walk
Lion::walk
in coffeescript is equivalent toLion.prototype.walk
so it would be cool if{Lion::walk}
in docs linked to the instance methodwalk
.