Class: File

Inherits:
Object
  • Object
show all
Defined in:
lib/xccache/core/system.rb

Class Method Summary collapse

Class Method Details

.which(bin) ⇒ Object



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

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