Commit 727f58b
committed
Rename pretty_print alias to summary
This stops clobbering the `Object#pretty_print` mixin from the `pp` gem,
which is needed to correctly print a `Checkable` as a return value in IRB.
If you used `pretty_print`, use `to_s_pretty` or `summary` instead.1 parent 7ab9518 commit 727f58b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments