method

remove_spec

rails latest stable - Class: Rails::VendorGemSourceIndex

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

remove_spec(spec)
public

No documentation available.

# File railties/lib/rails/vendor_gem_source_index.rb, line 131
    def remove_spec(spec)
      @vendor_source_index.remove_spec spec
    end