Created
March 17, 2017 07:24
-
-
Save mh-github/3aa5cab0bcf5d3d6fac4275a2afd5437 to your computer and use it in GitHub Desktop.
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
| def bullet_item string | |
| indent 15, 0 do | |
| text "* " + string, :align => :justify | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment