Sha256: 01ceb45b793d67eb2235ef547a2340b1cebb137d8a0a612b696c58dcef9e9737
Contents?: true
Size: 161 Bytes
Versions: 1
Compression:
Stored size: 161 Bytes
Contents
# frozen_string_literal: true module Config module Factory Dir.glob(File.expand_path('../factory/*.rb', __FILE__)).sort.each(&method(:require)) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
config-factory-0.1.0 | lib/config/factory.rb |