Sha256: 72d8803c0fd2a28bb89c0b1c0b020c580e521f0b0e41fd56f28e373f67317d28
Contents?: true
Size: 231 Bytes
Versions: 5
Compression:
Stored size: 231 Bytes
Contents
require 'yaml' module Chake module YAML def self.load_file(filename) if RUBY_VERSION >= '3.1' ::YAML.load_file(filename, aliases: true) else ::YAML.load_file(filename) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
chake-0.92 | lib/chake/yaml.rb |
chake-0.91 | lib/chake/yaml.rb |
chake-0.90.3 | lib/chake/yaml.rb |
chake-0.90.2 | lib/chake/yaml.rb |
chake-0.90.1 | lib/chake/yaml.rb |