summaryrefslogtreecommitdiff
path: root/lib/pp.rb
AgeCommit message (Expand)Author
2020-01-22Fix pp when passed a empty ruby2_keywords-flagged hash as array elementJeremy Evans
2019-12-16Make prettyprint’s cycle detection aware of Delegator instancesRichard Viney
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-04Use ident hash for top-level recursion checkJohn Hawthorn
2019-08-30lib/pp.rb: Use UnboundMethod#bind_call instead of .bind(obj).call(...)Yusuke Endoh
2019-04-17Introduce pattern matching [EXPERIMENTAL]ktsj
2018-12-03lib/pp.rb (Range#pretty_print): support endless rangemame
2018-12-03Refine RubyVM::AbstractSyntaxTree::Node#typenobu
2018-12-03Add RubyVM::AST#pretty_printnobu
2017-12-18Requiring pp is not required now [ci skip]nobu
2017-12-11lib/pp.rb: remove alias for suppressing a redefinition warning.mame
2017-12-08lib/pp.rb: no rdoc of alias to suppress a warningnobu
2017-12-08pp.rb: rdocnobu
2017-12-01Replace Kernel#pp after PP class is defined.akr
2017-12-01lib/pp.rb (Kernel#pp): Fix a race conditionmame
2017-11-30prelude.rb: Add Kernel#pp, a trigger for lib/pp.rbmame
2017-04-04Refactored using Method#owner.akr
2016-12-10Add missing :nodoc: commentnaruse
2016-11-11Enable the document for Kernel[#.]pp.akr
2016-10-11pp prints a multiple lines string prettier.akr
2015-11-10* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr
2015-10-05Put an line before "frozen_string_literal: true" for emacs.akr
2015-10-05* lib/pp.rb: Use frozen_string_literal: true.akr
2014-12-05* lib/pp.rb (File::Stat#pritty_print): some platforms (such as Windows)usa
2013-10-22* lib/pp.rb (object_address_group): Use Kernel#to_s to obtain the classakr
2013-06-13* bootstraptest/test_autoload.rb, bootstraptest/test_method.rb:shugo
2013-05-20* lib/pp.rb: Revert part of r40834 and nodoc PP::ObjectMixinzzak
2013-05-19* remove trailing spaces.nobu
2013-05-19* lib/pp.rb: Document PP::ObjectMixin [Fixes GH-312]zzak
2013-04-28* lib/pp.rb: Update PP module overview by @geopetzzak
2013-02-10* lib/pp.rb, lib/prettyprint.rb: Documentation for PP and PrettyPrintzzak
2012-08-15Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-08-15Revert r36699 and r36700. [Feature #6130]naruse
2012-08-14update PP with recent Kernel#inspect change. Patch by Yusuke Endoh.eregon
2011-12-04* lib/pp.rb: fix rdoc.ktsj
2011-10-10* lib/pp.rb: Move PP documentation to top of class PP. Patch bydrbrain
2010-08-01* lib/pp.rb: describe superclasses explicitly.akr
2010-04-24* lib/pp.rb: use [""].pack("p").size to detect the pointer size.akr
2009-11-07* lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr
2009-09-29* lib/pp.rb (Kernel#pp): returns its arguments, like Kernel#p.mame
2009-09-27* lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspectakr
2009-08-04* lib/pp.rb (guard_inspect_key): untrust internal hash to preventmame
2009-04-27* lib/pp.rb (Struct#pretty_print): coerce to a string sincenobu
2009-02-14* test/test_pp.rb: extract from lib/pp.rb.akr
2008-09-14trailing spaces removed.akr
2007-12-09* re.c (rb_reg_names): new method Regexp#names.akr
2007-12-07* lib/pp.rb: use Hash for recursion check as inspect.akr
2007-11-11refine doc.akr
2007-10-14* lib/pp.rb (PP::PPMethods#pp_hash): don't sort keys because hash isakr
2007-07-07* lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed:akr