Sha256: 8524abba75763b035e3cb5b4d83835d0d3eada1293f8b7603d59a1da4bb9e8af
Contents?: true
Size: 321 Bytes
Versions: 9
Compression:
Stored size: 321 Bytes
Contents
require 'yaml' module Outliers module Info module_function def reference YAML.load_file(File.expand_path(File.join(File.dirname(__FILE__), '../../reference.yaml'))) end def shared YAML.load_file(File.expand_path(File.join(File.dirname(__FILE__), '../../shared.yaml'))) end end end
Version data entries
9 entries across 9 versions & 1 rubygems