[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] ppp-1.0.0

rubikitch

1/16/2006 10:40:00 PM

Hi,

== Abstract

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

: ppp
stderr with inspect
: pppp
stderr with pp
: ppm
((<message|URL:http://www.rubyist.net/~rubikitch/computer/...)) with inspect
: ppmp
message with pp

== Usage

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]




It is available at
http://www.rubyist.net/~rubikitch/computer/ppp/ind...


== What's new

=== [2006/01/17] 1.0.0 released
stable release


== Install
Please execute the following commands.

ruby -ropen-uri -e 'URI("http://www.rubyist.net/~rubikitch/archive/ppp-1.0.0.ta...).read.display' > ppp-1.0.0.tar.gz
tar xzvf ppp-1.0.0.tar.gz


When you failed, please download it from the next link.

* ((<ppp-1.0.0.tar.gz|URL:http://www.rubyist.net/~rubikitch/archive/ppp-1.0.0....))

Then, install it.

sudo ruby setup.rb


--
rubikitch
http://www.rubyist.net/~rubikitch/ind...


1 Answer

Kero van Gelder

1/17/2006 9:22:00 AM

0

> `ppp' is a powerful version of `kernel#p'.

For a second I thought, a binding to the Point-to-Point Protocol
(whatever that would mean...)

http://ppp....

Bye,
Kero.