[ANN] ppp-1.0.0

R

rubikitch

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/belld/>)) 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/index.en.html


== 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.tar.gz").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.tar.gz>))

Then, install it.

sudo ruby setup.rb
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] rttool-1.0.2 0
[ANN] rttool-1.0.1 0
[ANN] gonzui-emacs-0.1 0
[ANN] rctool-1.0.0 3
[ANN] langhelp-0.9.0 0
[ANN] gonzui-emacs-0.2 2
[ANN] apt-sary-0.1 6
[ANN] apt-sary-0.2 0

Members online

No members online now.

Forum statistics

Threads
473,778
Messages
2,569,605
Members
45,238
Latest member
Top CryptoPodcasts

Latest Threads

Top