Method: Vtk::Command#which

Defined in:
lib/vtk/command.rb

#which(*args) ⇒ Object

The unix which utility



113
114
115
116
# File 'lib/vtk/command.rb', line 113

def which(*args)
  require 'tty-which'
  TTY::Which.which(*args)
end