From 394d9955696cd76f84d89cca4071f20f0aab9bdf Mon Sep 17 00:00:00 2001 From: ocean Date: Sun, 6 Nov 2005 15:09:06 +0000 Subject: * lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/yaml.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/yaml.rb b/lib/yaml.rb index cdce7f7635..3130ad115d 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 -- cgit v1.2.3