Skip to content

Instantly share code, notes, and snippets.

@kejadlen
Created July 25, 2012 00:02
Show Gist options
  • Save kejadlen/3173528 to your computer and use it in GitHub Desktop.
Save kejadlen/3173528 to your computer and use it in GitHub Desktop.
IRB.conf[:PROMPT][ IRB.conf[:PROMPT_MODE] ][:RETURN]=''
require 'wirble'
def pc(*ary)
ary.each do |obj|
puts Wirble::Colorize.colorize(obj.inspect)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment