Markers for registering methods
Reported by bahuvrihi | November 15th, 2008 @ 08:08 AM
It can be a bit of a pain to register methods for documentation. How about a Lazydoc-level method that determines the file and the line?
Lazydoc.register_method
# comment
def method
end
The method would determine the calling file and line using caller, then scan down for the comment/subject.
Comments and changes to this ticket
-
bahuvrihi December 7th, 2008 @ 12:44 PM
- Assigned user set to bahuvrihi
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Lazily pull documentation out of source files and make it available in code through lazy attributes.