Sha256: 249e3537dab50d5f8ae324406b6c976218ca75b5a02e7acba8faab318a856132
Contents?: true
Size: 146 Bytes
Versions: 3
Compression:
Stored size: 146 Bytes
Contents
require 'yaml' require 'byebug' yml = YAML.load_file('./config.yml') if(yml.key?('path')) puts 'obj have key' else puts 'obj dont have key' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
simple_commander-0.5.1 | test.rb |
simple_commander-0.5.0 | test.rb |
simple_commander-0.4.0 | test.rb |