class Runcom::Config

A developer friendly wrapper of XDG config.

def initialize path, context: CONTEXT

def initialize path, context: CONTEXT
  @common = Paths::Common.new(path, context:)
  freeze
end

def inspect = "#<#{self.class}:#{object_id} #{common}>"

def inspect = "#<#{self.class}:#{object_id} #{common}>"