ruby-changes:49192
From: nobu <ko1@a...>
Date: Mon, 18 Dec 2017 10:52:03 +0900 (JST)
Subject: [ruby-changes:49192] nobu:r61310 (trunk): Requiring pp is not required now [ci skip]
nobu 2017-12-18 10:51:53 +0900 (Mon, 18 Dec 2017) New Revision: 61310 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61310 Log: Requiring pp is not required now [ci skip] - Followup of https://bugs.ruby-lang.org/issues/14123 From: Prathamesh Sonpatki <csonpatki@g...> Modified files: trunk/lib/pp.rb Index: lib/pp.rb =================================================================== --- lib/pp.rb (revision 61309) +++ lib/pp.rb (revision 61310) @@ -5,9 +5,6 @@ require 'prettyprint' https://github.com/ruby/ruby/blob/trunk/lib/pp.rb#L5 ## # A pretty-printer for Ruby objects. # -# All examples assume you have loaded the PP class with: -# require 'pp' -# ## # == What PP Does # @@ -560,4 +557,3 @@ module Kernel https://github.com/ruby/ruby/blob/trunk/lib/pp.rb#L557 end module_function :pp end - -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/