method

define_proxy_call

define_proxy_call(include_private, mod, name, send, *extra)
private

Define a method `name` in `mod` that dispatches to `send` using the given `extra` args. This fallbacks `define_method` and `send` if the given names cannot be compiled.