Use string evaluation for method instrumentation
This is faster than using define_method since we don't have to keep block bindings around.
Showing
Please register or sign in to comment
This is faster than using define_method since we don't have to keep block bindings around.