Skip to content

Instantly share code, notes, and snippets.

@bds
Created April 25, 2014 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bds/11303710 to your computer and use it in GitHub Desktop.
Save bds/11303710 to your computer and use it in GitHub Desktop.
Ruby string to print a dotted green line
puts "\033[32m-\033[0m" * 79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment