When I see any Ruby method printed in text, it usually appears as:
Class#method
or
#method
Now, I would u
This was mentioned in the JS version of this question, but it seems likely this nomenclature came from JavaDoc where the hash mark is translated directly into an on-page reference, e.g. href="Component.html#getComponentAt(int, int)"
href="Component.html#getComponentAt(int, int)"