We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clarify that `which` is not necessary, but should be used to check for future errors due to a missing executable.
Updated Home (markdown)
Updated Using the gem on Windows (markdown)
Clarify a sentence about more complex scenarios where a `which` utility is desired.
Fix a quoting error.
Remove the unnecessary win32/open3 requirement.
Demonstrate a simple PopenRunner subclass for Windows. And, discuss the problem of the missing `which` utility with possible workarounds.
Initial Commit