method

handle_no_method_error?

ruby latest stable - Class: Bundler::Thor::Command

Method not available on this version

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

handle_no_method_error?(instance, error, caller)
protected

No documentation available.

# File lib/bundler/vendor/thor/lib/thor/command.rb, line 105
    def handle_no_method_error?(instance, error, caller)
      not_debugging?(instance) &&
        error.message =~ /^undefined method `#{name}' for #{Regexp.escape(instance.to_s)}$/
    end