method

respond_to?

ruby latest stable - Class: Bundler::RemoteSpecification

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

respond_to?(method, include_all = false)
public

No documentation available.

# File lib/bundler/remote_specification.rb, line 109
    def respond_to?(method, include_all = false)
      super || _remote_specification.respond_to?(method, include_all)
    end