Module: Cliver::Which

Included in:
Assertion
Defined in:
lib/cliver/which.rb,
lib/cliver/which/posix.rb,
lib/cliver/which/windows.rb

Overview

The ‘which` command we love on many posix-systems needs analogues on other systems. The Which module congitionally includes the correct implementation into itself, so you can include it into something else.

Defined Under Namespace

Modules: Posix, Windows