# File lib/rubygems/test_case.rb, line 764
def
nmake_found?
system
(
'nmake /? 1>NUL 2>&1'
)
end