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