Skip to content

Instantly share code, notes, and snippets.

@mh-github
Created March 17, 2017 07:24
Show Gist options
  • Select an option

  • Save mh-github/3aa5cab0bcf5d3d6fac4275a2afd5437 to your computer and use it in GitHub Desktop.

Select an option

Save mh-github/3aa5cab0bcf5d3d6fac4275a2afd5437 to your computer and use it in GitHub Desktop.
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