aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pp.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactored using Method#owner.akr2017-04-041-2/+2
* Add missing :nodoc: commentnaruse2016-12-101-2/+2
* Enable the document for Kernel[#.]pp.akr2016-11-111-3/+2
* pp prints a multiple lines string prettier.akr2016-10-111-0/+15
* * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr2015-11-101-2/+1
* Put an line before "frozen_string_literal: true" for emacs.akr2015-10-051-0/+1
* * lib/pp.rb: Use frozen_string_literal: true.akr2015-10-051-2/+4
* * lib/pp.rb (File::Stat#pritty_print): some platforms (such as Windows)usa2014-12-051-2/+4
* * lib/pp.rb (object_address_group): Use Kernel#to_s to obtain the classakr2013-10-221-13/+3
* * bootstraptest/test_autoload.rb, bootstraptest/test_method.rb:shugo2013-06-131-3/+3
* * lib/pp.rb: Revert part of r40834 and nodoc PP::ObjectMixinzzak2013-05-201-29/+1
* * remove trailing spaces.nobu2013-05-191-5/+5
* * lib/pp.rb: Document PP::ObjectMixin [Fixes GH-312]zzak2013-05-191-0/+28
* * lib/pp.rb: Update PP module overview by @geopetzzak2013-04-281-13/+26
* * lib/pp.rb, lib/prettyprint.rb: Documentation for PP and PrettyPrintzzak2013-02-101-33/+58
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-151-10/+1
* Revert r36699 and r36700. [Feature #6130]naruse2012-08-151-1/+10
* update PP with recent Kernel#inspect change. Patch by Yusuke Endoh.eregon2012-08-141-10/+1
* * lib/pp.rb: fix rdoc.ktsj2011-12-041-3/+5
* * lib/pp.rb: Move PP documentation to top of class PP. Patch bydrbrain2011-10-101-22/+21
* * lib/pp.rb: describe superclasses explicitly.akr2010-08-011-2/+2
* * lib/pp.rb: use [""].pack("p").size to detect the pointer size.akr2010-04-241-7/+1
* * lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr2009-11-071-3/+2
* * lib/pp.rb (Kernel#pp): returns its arguments, like Kernel#p.mame2009-09-291-2/+2
* * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspectakr2009-09-271-2/+16
* * lib/pp.rb (guard_inspect_key): untrust internal hash to preventmame2009-08-041-3/+3
* * lib/pp.rb (Struct#pretty_print): coerce to a string sincenobu2009-04-271-1/+1
* * test/test_pp.rb: extract from lib/pp.rb.akr2009-02-141-183/+0
* trailing spaces removed.akr2008-09-141-27/+27
* * re.c (rb_reg_names): new method Regexp#names.akr2007-12-091-2/+16
* * lib/pp.rb: use Hash for recursion check as inspect.akr2007-12-071-6/+6
* refine doc.akr2007-11-111-1/+1
* * lib/pp.rb (PP::PPMethods#pp_hash): don't sort keys because hash isakr2007-10-141-10/+6
* * lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed:akr2007-07-071-4/+5
* * lib/pp.rb (PP::PPMethods#pp_hash): sort ifakr2007-07-071-1/+8
* * lib/pp.rb: call original "method" method instead of redefined one.akr2007-06-071-3/+10
* * lib/pp.rb (PP::PPMethods::seplist): revert last change to workmatz2007-06-051-2/+2
* * bignum.c (bignorm): sizeof(long) may be smaller thanmatz2006-07-111-2/+2
* cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan2006-07-081-1/+1
* * lib/pp.rb (PP::PPMethods::seplist): should have preservedmatz2006-06-211-3/+3
* * lib/pp.rb (Kernel#pretty_inspect): defined for pretty printedakr2006-06-161-1/+9
* * lib/pp.rb (PP.mcall): new method.akr2006-05-131-3/+15
* A trick for negative address removed.akr2005-11-301-1/+0
* ChangeLog lib/pp.rbakr2005-11-301-1/+9
* * lib/pp.rb (PP::PPMethods#object_address_group): adjust address format.akr2005-11-281-1/+8
* * lib/pp.rb (PP::PPMethods#guard_inspect_key): supportakr2005-03-091-10/+14
* * object.c (inspect_obj): unintended space removal.matz2005-03-071-7/+17
* * lib/pp.rb: rdoced by Sam Roberts.akr2005-03-061-149/+118
* * lib/pp.rb (File::Stat#pretty_print): Etc.getpwuid and Etc.getgrgidakr2005-03-061-4/+8
* * lib/pp.rb (PP#object_address_group): remove odd number of 'f'nobu2004-11-141-1/+3