Skip to content

Distinguish between the original method and a method missing proc.

gitlab-qa-bot requested to merge fix-951 into master

Created by: myronmarston

Before, we would return a proc that invokes method_missing from original_method, but it wasn’t a Method object and couldn’t be bound, leading to NoMethodError in an edge case.

Fixes #951 (closed).

Merge request reports