diff options
Diffstat (limited to 'lib/yaml.rb')
-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 |