lib/syck.rb in syck-1.0.0 vs lib/syck.rb in syck-1.0.0.4

- old
+ new

@@ -5,9 +5,10 @@ # # Author:: why the lucky stiff # require 'yaml/syck' +require File.expand_path('../yaml/engine_manager', __FILE__) # == YAML # # YAML(tm) (rhymes with 'camel') is a # straightforward machine parsable data serialization format designed for