Sha256: e8b3133499eb0635814167bee816fb5eea0e9cf3dbbdcef3131e80e91ef66ae7
Contents?: true
Size: 179 Bytes
Versions: 1
Compression:
Stored size: 179 Bytes
Contents
require 'yaml' filepath = File.join(File.dirname(__FILE__), "config.yml") CONFIG = YAML.load_file(filepath) module Config def self.tag_types CONFIG.fetch('tags') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
build_promotion_tool-0.1.1 | lib/build_promotion_tool/config.rb |