[#68478] Looking for MRI projects for Ruby Google Summer of Code 2015 — Tony Arcieri <bascule@...>

Hi ruby-core,

10 messages 2015/03/10

[ruby-core:68522] Re: Possible regression in 2.1 and 2.2 in binding when combined with delegate?

From: Nobuyoshi Nakada <nobu@...>
Date: 2015-03-14 05:52:57 UTC
List: ruby-core #68522
On 2015/03/14 14:40, Joe Swatosh wrote:
> Regression or yet another thing I don't understand?

`Delegator` has been improved so that more methods can be delegated, include `binding`.

If you really need the context of a delegator, you should use `::Kernel.binding` explicits the scope.

-- 
Nobu Nakada

In This Thread