module XDG

Main namespace.

Constants

DELIMITER
Pair

A generic key-value pair (KVP).

Public Class Methods

new(= Environment.new) click to toggle source
# File lib/xdg.rb, line 17
  def self.new = Environment.new
end