This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # based on: http://www.leighhalliday.com/creating-ruby-dsl | |
| class FancyMarkup | |
| def initialize | |
| @markup = '' | |
| end | |
| # the args array should capture any number of arguments, from zero to many |