17 18 19
# File 'lib/code_kindly/utils/os.rb', line 17 def which(program) Command.run("which #{program}").result end