class Zeitwerk::Cref

This private class encapsulates pairs (mod, cname).

Objects represent the constant ‘cname` in the class or module object `mod`, and have API to manage them. Examples:

cref.path
cref.set(value)
cref.get

The constant may or may not exist in ‘mod`.