aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yaml.rb')
-rw-r--r--lib/yaml.rb2
1 files changed, 1 insertions, 1 deletions
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