APIdock / Ruby
/
Browse About
method

nmake_found?

v1_9_3_392 - Show latest stable - Class: Gem::TestCase
nmake_found?()
public

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

Related methods

  • Instance methods
  • all_spec_names
  • assert_path_exists
  • build_rake_in
  • create_tmpdir
  • dep
  • install_gem
  • install_gem_user
  • install_specs
  • make_command
  • mu_pp
  • new_spec
  • nmake_found?
  • process_based_port
  • quick_gem
  • quick_spec
  • read_binary
  • read_cache
  • refute_path_exists
  • req
  • setup
  • spec
  • teardown
  • uninstall_gem
  • util_build_gem
  • util_clear_gems
  • util_gem
  • util_gzip
  • util_make_gems
  • util_set_arch
  • util_setup_fake_fetcher
  • util_setup_spec_fetcher
  • util_spec
  • util_zip
  • v
  • vc_windows?
  • win_platform?
  • write_file
  • Class methods
  • make_command
  • process_based_port
  • rubybin
  • vc_windows?
  • win_platform?
APIdock API Documentation Browser

© 2026 APIdock