rocco/lib
Mike West bb9b167b13 Variables for use in Mustache templates.
Added:

*   `docs?`:    True if `docs` contains text of any sort, False if
                it's empty.

*   `code?`:    True if `code` contains text of any sort, False if
                it's empty.

*   `empty?`:   True if both `code` and `docs` are empty.  False
                otherwise.

*   `header?`:  True if `docs` contains _only_ a HTML header.  False
                otherwise.
2010-10-17 13:16:45 +02:00
..
rocco Variables for use in Mustache templates. 2010-10-17 13:16:45 +02:00
rocco.rb Adding CLI argument template 2010-10-17 12:25:35 +02:00