It takes an existing Ruby object and creates a new one, that accepts all method calls and passes them to the provided block, which can pass them further to the original object.
Required Ruby Version
>= 3.2
Authors
Yegor Bugayenko
It takes an existing Ruby object and creates a new one, that accepts all method calls and passes them to the provided block, which can pass them further to the original object.
>= 3.2
Yegor Bugayenko