The unix which utility
See Also:
113 114 115 116
# File 'lib/vtk/command.rb', line 113 def which(*args) require 'tty-which' TTY::Which.which(*args) end