# File raggle, line 565 def Path::find_app(app) re = (RUBY_PLATFORM =~ /win32/i) ? ';' : ':' ENV['PATH'].split(re).find { |path| test ?x, "#{path}/#{app}" } end