Sha256: cabf2d440948d9c2dc69aff85def79fea67b5bc0ed550eeb3b459162758aecda
Contents?: true
Size: 263 Bytes
Versions: 13
Compression:
Stored size: 263 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