Method: File.which

Defined in:
lib/xccache/core/system.rb

.which(bin) ⇒ Object



11
12
13
# File 'lib/xccache/core/system.rb', line 11

def self.which(bin)
  find_executable0(bin)
end