1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove circular dependency of syck.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2010-04-04 04:41:25 +00:00
parent b919cb1d93
commit 0cd2058bb3

View file

@ -2,7 +2,6 @@
# YAML::Syck module
# .. glues syck and yaml.rb together ..
#
require 'syck'
require 'syck/basenode'
module Syck