mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fill undocumented documents
This commit is contained in:
parent
b4dfdb915d
commit
6179cc0118
12 changed files with 103 additions and 3 deletions
|
@ -15,15 +15,17 @@ class Binding
|
|||
end
|
||||
|
||||
module Kernel
|
||||
# :stopdoc:
|
||||
def pp(*objs)
|
||||
require 'pp'
|
||||
pp(*objs)
|
||||
end
|
||||
|
||||
# suppress redefinition warning
|
||||
alias pp pp # :nodoc:
|
||||
alias pp pp
|
||||
|
||||
private :pp
|
||||
# :startdoc:
|
||||
end
|
||||
|
||||
module Enumerable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue