Sha256: 36cb9275aa17e602faff94d5a42c5578d99fe434136e8f8571a0510edde33346

Contents?: true

Size: 281 Bytes

Versions: 1

Compression:

Stored size: 281 Bytes

Contents

# require 'yaml'
# 
# begin  
#   require 'psych'   
#   YAML::ENGINE.yamler = 'psych'
# rescue Exception
#   warn "can't load 'psych', the new YAML engine (probably the 'libyaml' is not installed), usng 'sych' a deprecated one, \
# there may be some problems with encoding."
# end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby_ext-0.4.16 lib/yaml_fix.rb