Sha256: de37625d1f23d738223636d814cfc5458031e7f671956efdadaf8704324d7fc7
Contents?: true
Size: 258 Bytes
Versions: 13
Compression:
Stored size: 258 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
13 entries across 13 versions & 1 rubygems