I am curious how I should document the following: ```ruby 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.
I am curious how I should document the following:
Such that YARD shows Milestone as a class with the attributes listed above. I can't seem to make it work.