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:
parent
54b89699d9
commit
626ca9ff3e
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue