Skip to content

Instantly share code, notes, and snippets.

@brianbancroft
Created October 14, 2017 22:33
Show Gist options
  • Save brianbancroft/6aed12d9ba89b427939091958d0e8922 to your computer and use it in GitHub Desktop.
Save brianbancroft/6aed12d9ba89b427939091958d0e8922 to your computer and use it in GitHub Desktop.
Make the puts go red:
def warn(message)
puts "\e[#{31}m#{message}\e[0m"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment