Skip to content

Instantly share code, notes, and snippets.

@cpetschnig
Created October 14, 2011 09:23
Show Gist options
  • Save cpetschnig/1286665 to your computer and use it in GitHub Desktop.
Save cpetschnig/1286665 to your computer and use it in GitHub Desktop.
Show Term::ANSIColor effects
# Show Term::ANSIColor effects
(Term::ANSIColor.methods - Module.methods).sort.each{|x| print "#{x}: ".ljust(15); begin; puts Term::ANSIColor.send(x, 'foo bar'); rescue; puts 'error'; end }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment