You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MiniPortile currently has a private methods, which, that searches the $PATH environment variable for an executable, and makes sure to do it safely on Windows as well as POSIX systems.
But Ruby's MakeMakefile module has a method find_executable that does the same thing. Let's use that instead and delete some code.
The text was updated successfully, but these errors were encountered:
MiniPortile currently has a private methods,
which
, that searches the$PATH
environment variable for an executable, and makes sure to do it safely on Windows as well as POSIX systems.But Ruby's MakeMakefile module has a method
find_executable
that does the same thing. Let's use that instead and delete some code.The text was updated successfully, but these errors were encountered: