nmake_found?()
Returns whether or not the nmake command could be found.
# File lib/rubygems/test_case.rb, line 763 def nmake_found? system('nmake /? 1>NUL 2>&1') end