perception 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.txt +1 -2
- data/lib/perception.rb +1 -1
- metadata +1 -1
data/README.txt
CHANGED
@@ -4,8 +4,7 @@
|
|
4
4
|
|
5
5
|
http://bklippstein.github.com/perception/
|
6
6
|
|
7
|
-
|
8
|
-
It offers a powerfull replacement for print, puts and pp.
|
7
|
+
Powerfull replacement for print, puts and pp. Intuitive toolkit for simple everyday debugging.
|
9
8
|
|
10
9
|
You get auto-intended and structured output on your console without any configuration.
|
11
10
|
|
data/lib/perception.rb
CHANGED