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:
parent
54b89699d9
commit
626ca9ff3e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user