From e5847a259bf3783aa6a002e0d142b43c03938bc3 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 20 Sep 2005 09:22:02 +0000 Subject: * lib/yaml.rb: require 'yaml/constants'. [ruby-core:5776] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/yaml.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/yaml.rb b/lib/yaml.rb index 5d409cfae..cdce7f763 100644 --- a/lib/yaml.rb +++ b/lib/yaml.rb @@ -11,6 +11,7 @@ require 'yaml/error' require 'yaml/syck' require 'yaml/tag' require 'yaml/stream' +require 'yaml/constants' # == YAML # -- cgit