Skip to content

Instantly share code, notes, and snippets.

@andmcgregor
Created June 9, 2013 04:35
Show Gist options
  • Save andmcgregor/5737667 to your computer and use it in GitHub Desktop.
Save andmcgregor/5737667 to your computer and use it in GitHub Desktop.
def green
"\033[92m" + yield + "\033[0m"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment