Method: TTY::System.which

Defined in:
lib/tty/system.rb

.which(command) ⇒ Object

Find an executable in the PATH

See Also:



33
34
35
# File 'lib/tty/system.rb', line 33

def which(command)
  Which.new(command)
end