method

respond_to_missing?

ruby latest stable - Class: Bundler::Plugin::API

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_missing?(name, include_private = false)
public

No documentation available.

# File lib/bundler/plugin/api.rb, line 75
      def respond_to_missing?(name, include_private = false)
        SharedHelpers.respond_to?(name, include_private) ||
          Bundler.respond_to?(name, include_private) || super
      end