method

missing_extensions?

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: StubSpecification

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

missing_extensions?() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/stub_specification.rb, line 144
  def missing_extensions?
    return false if default_gem?
    return false if extensions.empty?
    return false if File.exist? gem_build_complete_path

    to_spec.missing_extensions?
  end
Register or log in to add new notes.