Skip to content

Fix splat argument expansion in method redefinition

Mike Miller requested to merge gh-49 into master

The constructed previous_def call was malformed for stub methods. Resolves the original issue in https://github.com/icy-arctic-fox/spectator/issues/49

Merge request reports