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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# :stopdoc:
|
||||||
class Binding
|
class Binding
|
||||||
def irb
|
def irb
|
||||||
require 'irb'
|
require 'irb'
|
||||||
|
@ -146,9 +147,6 @@ class Binding
|
||||||
end
|
end
|
||||||
|
|
||||||
module Kernel
|
module Kernel
|
||||||
# prints arguments in pretty form.
|
|
||||||
#
|
|
||||||
# pp returns argument(s).
|
|
||||||
def pp(*objs)
|
def pp(*objs)
|
||||||
require 'pp'
|
require 'pp'
|
||||||
pp(*objs)
|
pp(*objs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue