method
handle_no_method_error?
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::Command
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