Skip to content

Commit

Permalink
Force YAML to use syck rather than psych. Eventually delayed_job shou…
Browse files Browse the repository at this point in the history
…ld be made compatible with both.
  • Loading branch information
pda authored and guns committed Feb 2, 2012
1 parent f8d3cf7 commit 4007069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/delayed/yaml_ext.rb
Expand Up @@ -2,6 +2,7 @@
# Classes, Modules and Structs

require 'yaml'
YAML::ENGINE.yamler = "syck"

class Module
yaml_as "tag:ruby.yaml.org,2002:module"
Expand Down

0 comments on commit 4007069

Please sign in to comment.