diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-09-07 08:28:42 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-09-07 08:28:42 +0000 |
commit | f2bd0ce9933be0d7a9c94a5f1b41f85f75eff6a6 (patch) | |
tree | a27a6bb559574d85ecab8992388bb3f5842a95dc /test/syck/test_yaml.rb | |
parent | 5a883a2cf45d582e407fce9931d6c954a3786c3f (diff) |
* lib/yaml.rb: explicitly specify ::Object to avoid the collision with
Syck::Object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/syck/test_yaml.rb')
-rw-r--r-- | test/syck/test_yaml.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syck/test_yaml.rb b/test/syck/test_yaml.rb index 7edf79dbe6..f980a75c9c 100644 --- a/test/syck/test_yaml.rb +++ b/test/syck/test_yaml.rb @@ -3,6 +3,7 @@ # $Id$ # require 'test/unit' +require 'syck' require 'yaml' require 'syck/ypath' |