# File lib/mkmf.rb, line 892 def find_executable(bin, path = nil) checking_for checking_message(bin, path) do find_executable0(bin, path) end end