method

find_name

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.

find_name(*args)
public

No documentation available.

# File railties/lib/rails/vendor_gem_source_index.rb, line 113
    def find_name(*args)
      @installed_source_index.find_name(*args) + @vendor_source_index.find_name(*args)
    end