From: nobu@... Date: 2014-10-27T08:07:59+00:00 Subject: [ruby-core:65919] [ruby-trunk - Bug #10432] [Assigned] wrong receiver of Binding from Method Issue #10432 has been reported by Nobuyoshi Nakada. ---------------------------------------- Bug #10432: wrong receiver of Binding from Method https://bugs.ruby-lang.org/issues/10432 * Author: Nobuyoshi Nakada * Status: Assigned * Priority: Normal * Assignee: Nobuyoshi Nakada * Category: core * Target version: current: 2.2.0 * ruby -v: trunk * Backport: 2.0.0: REQUIRED, 2.1: REQUIRED ---------------------------------------- Method������������������������`to_proc.binding`���������������Binding���receiver������Method���������������������������������������������������������������������Method������������������������������������������ ~~~ruby class C def foo;end end o = C.new m = o.method(:foo) p m.receiver # # p m.to_proc.binding.receiver # # ~~~ 2.0, 2.1������`Binding#receiver`������������������������`eval("self")`������������������������������������ -- https://bugs.ruby-lang.org/