diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-06 15:09:06 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-06 15:09:06 +0000 |
commit | b9926798671d1d0998dab65f98f519749f831cc8 (patch) | |
tree | 1fb2c8856629e056f2046b79fce9d8c0f3da8d87 /lib | |
parent | e2a9aa5176b3e6994a208f23ede6a437633f3e94 (diff) | |
download | ruby-b9926798671d1d0998dab65f98f519749f831cc8.tar.gz ruby-b9926798671d1d0998dab65f98f519749f831cc8.tar.xz ruby-b9926798671d1d0998dab65f98f519749f831cc8.zip |
* lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r-- | lib/yaml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yaml.rb b/lib/yaml.rb index cdce7f763..3130ad115 100644 --- a/lib/yaml.rb +++ b/lib/yaml.rb @@ -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 |