Sha256: 8ae1872eeabf2de8d8e2d0af2a00ac3c3369a5976c5edb7ea1a22e3c45e0faf1

Contents?: true

Size: 617 Bytes

Versions: 4

Compression:

Stored size: 617 Bytes

Contents

cute.

  >> puts "this is red".red
 
  >> puts "this is red with a blue background (read: ugly)".red_on_blue

  >> puts "this is red with an underline".red.underline

  >> puts "this is really bold and really blue".bold.blue

  >> logger.debug "hey this is broken!".red_on_yellow     # in rails

  >> puts Color.red "This is red" # but this part is mostly untested

Windows users:
  You will need the Win32 Console Ansi gem.  Get it:

  $ sudo gem install win32console-1.0.0 --source require.errtheblog.com

  (We're trying to make it official.  Hang in there.)

>> chris[at]ozmm[dot]org
=> http://github.com/defunkt

Version data entries

4 entries across 2 versions & 2 rubygems

Version Path
candlepin-api-0.4.0 bundle/ruby/1.8/gems/colored-1.2/README
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/colored-1.2/README
candlepin-api-0.4.0 bundle/ruby/gems/colored-1.2/README
colored-1.2 README