yard
yard copied to clipboard
What is the proper way to document a class returned from Data.define?
I am curious how I should document the following:
Milestone = Data.define(:id, :summary, :status)
Such that YARD shows Milestone as a class with the attributes listed above. I can't seem to make it work.