Module: Rfix::Types::Path

Defined in:
lib/rfix/types.rb

Constant Summary collapse

Pathname =
Constructor(Pathname) << (String | Instance(Pathname))
Absolute =
Pathname.constrained(truthy: :absolute?)
Relative =
Pathname.constrained(truthy: :relative?)