We could use an inner class to hold the description and examples<br><br>class MyDirective<br> class MetaInfo<br> def description<br> ...<br> end<br><br> def example<br> ...<br> end<br><br> end
<br>end<br><br>or even simply a Map to hold the pieces.<br><br>Just other ideas to add to the list. <br>