getappmap / appmap-ruby

AppMap client agent for Ruby
https://appland.org
Other
100 stars 13 forks source link

fix: Define method signature dynamically #221

Closed kgilpin closed 2 years ago

kgilpin commented 2 years ago

Create method signature for the hook method that matches the argument names and types of the original method. This ensures that the hook method remains compatible with any code that inspects parameters dynamically.

kgilpin commented 2 years ago

Solved via alternate means.