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
|
||||||
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…
x
Reference in New Issue
Block a user