1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

prelude.rb: remove duplicate rdoc

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-12-14 05:13:23 +00:00
parent 54b89699d9
commit 626ca9ff3e

View file

@ -135,6 +135,7 @@ class IO
end
end
# :stopdoc:
class Binding
def irb
require 'irb'
@ -146,9 +147,6 @@ class Binding
end
module Kernel
# prints arguments in pretty form.
#
# pp returns argument(s).
def pp(*objs)
require 'pp'
pp(*objs)