Sha256: 534ab928429992996680b519aba9d4dd68184707ff547465ff806bde328ef9e5
Contents?: true
Size: 410 Bytes
Versions: 37
Compression:
Stored size: 410 Bytes
Contents
require_relative 'input' module Henry class Config < Henry::Input # ENV key where the Config will be exported to/imported from. # # @return [String] the env config key. EXPORT_KEY = 'HENRY_CONFIG' # ENV key where the Config will be exported to/imported from. # # @return [String] the env config key. def self.export_key Henry::Config::EXPORT_KEY end end end
Version data entries
37 entries across 37 versions & 1 rubygems