summaryrefslogtreecommitdiff
path: root/lib/yaml
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-24 14:12:03 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-24 14:12:03 +0000
commitb60ba5942968e782cfc407385e175c449924f1d7 (patch)
treea0ba77752ebd0eb528e45464923f97135a477722 /lib/yaml
parent5f80d051a685021ed423c9ab8c7816626a587078 (diff)
* lib/yaml/types.rb: replaced Kernel::Hash reference with Object::Hash
from [ruby-talk:74270] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/yaml')
-rw-r--r--lib/yaml/types.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yaml/types.rb b/lib/yaml/types.rb
index 294fb36a57..f7772cb3a0 100644
--- a/lib/yaml/types.rb
+++ b/lib/yaml/types.rb
@@ -46,7 +46,7 @@ module YAML
#
# YAML Hash class to support comments and defaults
#
- class SpecialHash < Kernel::Hash
+ class SpecialHash < Object::Hash
attr_accessor :default
def inspect
self.default.to_s