Method: CodeKindly::Utils::OS.which

Defined in:
lib/code_kindly/utils/os.rb

.which(program) ⇒ Object



17
18
19
# File 'lib/code_kindly/utils/os.rb', line 17

def which(program)
  Command.run("which #{program}").result
end