diff --git a/lib/pp.rb b/lib/pp.rb index 74cdda072a..85401c8aa6 100644 --- a/lib/pp.rb +++ b/lib/pp.rb @@ -5,9 +5,6 @@ require 'prettyprint' ## # 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 end module_function :pp end -