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