Class: Runcom::Config
- Inherits:
-
Object
- Object
- Runcom::Config
- Extended by:
- Forwardable
- Defined in:
- lib/runcom/config.rb
Overview
A developer friendly wrapper of XDG config.
Constant Summary collapse
Instance Method Summary collapse
-
#initialize(path, context: CONTEXT) ⇒ Config
constructor
A new instance of Config.
- #inspect ⇒ Object
Constructor Details
Instance Method Details
#inspect ⇒ Object
19 |
# File 'lib/runcom/config.rb', line 19 def inspect = "#<#{self.class}:#{object_id} #{common}>" |