mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7665deeb12
commit
c8769246c9
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Nov 7 00:06:12 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||
|
||||
* lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]
|
||||
|
||||
Sun Nov 6 23:39:13 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/iconv/iconv.c (Iconv::BrokenLibrary): exception when detected a
|
||||
|
|
|
@ -392,7 +392,7 @@ end
|
|||
require 'yaml/rubytypes'
|
||||
require 'yaml/types'
|
||||
|
||||
module Kernel # :nodoc:
|
||||
module Kernel
|
||||
#
|
||||
# ryan:: You know how Kernel.p is a really convenient way to dump ruby
|
||||
# structures? The only downside is that it's not as legible as
|
||||
|
|
Loading…
Reference in a new issue