How do you create a reference to a ruby ββclass method with YARD? The following is the tier documentation for the links.
Binding to an instance method within the same namespace:
{
Which works great. However, following the same approach using the class method, it does not compile and does not modify it:
{
generates the following simple text (not a link):
ObjectName#self#self.my_class_method
ruby ruby-on-rails documentation yard
anxiety
source share