Sha256: 0848dd6a35e5c90dcd6c75943626c0c046ef0ec8dc04f041ca177723244afc8a
Contents?: true
Size: 259 Bytes
Versions: 2
Compression:
Stored size: 259 Bytes
Contents
module FakeEtc # rubocop:disable Documentation # @return [String] the system's configuration directory def self.sysconfdir RealEtc.sysconfdir end # @return [String] the system's temp directory def self.systmpdir RealEtc.systmpdir end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fakeetc-0.3.0 | lib/fakeetc/system.rb |
fakeetc-0.2.0 | lib/fakeetc/system.rb |