diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-10-11 07:44:58 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-10-11 07:44:58 +0000 |
commit | ea8990d8670f71d6b1fa3d55086c9f147348452c () | |
tree | ca1b8e0866c95d88a16d2422c9993bfcf604c50e /lib | |
parent | ce2b7ae509b42886e12d0eedbd54fc8b87f34ff5 (diff) |
pp prints a multiple lines string prettier.
* lib/pp.rb (String#pretty_print): Defined to print a string as multiple lines. [ruby-core:76800] [Feature#12664] proposed by Petr Chalupa. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/pp.rb | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -418,6 +418,21 @@ class Range # :nodoc: end end class File < IO # :nodoc: class Stat # :nodoc: def pretty_print(q) # :nodoc: |