Flowdock
method

missing_extensions?

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: StubSpecification
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 148
  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.