How do you create a link to a ruby class method with YARD? Here is the yard documentation regarding links.
Linking to an instance method within the same namespace:
{#my_instance_method}
Which works fine. However, following that same approach with a class method does not compile, and modifying it:
{#self.my_class_method}
generates the following plain text (not a link):
ObjectName#self#self.my_class_method