# File lib/automateit/shell_manager/which_windows.rb, line 14 def which(command) _which_helper do data = `#{WHICH_HELPER} #{command} 2>&1` end end