diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-14 05:13:23 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-14 05:13:23 +0000 |
commit | 626ca9ff3ef1f175a06383840dab63a13c73665e (patch) | |
tree | 5d99bba974df642da65e36d0ae906a2bcd3947e7 | |
parent | 54b89699d98f6ede7257325cb418f23156888cec (diff) | |
download | bundler-626ca9ff3ef1f175a06383840dab63a13c73665e.tar.gz |
prelude.rb: remove duplicate rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | prelude.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/prelude.rb b/prelude.rb index a693f46156..27d54d1740 100644 --- a/prelude.rb +++ b/prelude.rb @@ -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) |