RAA - ppp

ppp / 1.0.0

Short description: A shortcut to debug printer
Category: Library/debugging/logging
Status: stable
Created: 2006-01-16 22:34:12 GMT
Last update: 2006-01-16 22:34:12 GMT
Owner: rubikitch (Projects of this owner)
Homepage: http://www.rubyist.net/~rubikitch/computer/ppp/
Download: http://www.rubyist.net/~rubikitch/archive/ppp-1.0.0.tar.gz
License: GPL
Dependency:
None
Description:

`ppp' is a powerful version of `kernel#p'.
It is useful for debugging.

irb(main):109:0> a = 1
1
irb(main):110:0> s = "string"
"string"
irb(main):112:0> ppp :a, :s
a = 1
s = "string"
[:a, :s]

Edit this project (for project owner)

back to RAA top