From: XrXr@... Date: 2019-07-15T04:24:25+00:00 Subject: [ruby-core:93774] [Ruby master Bug#16004] Kernel#lambda captured with Kernel#method doesn't create lambdas Issue #16004 has been reported by alanwu (Alan Wu). ---------------------------------------- Bug #16004: Kernel#lambda captured with Kernel#method doesn't create lambdas https://bugs.ruby-lang.org/issues/16004 * Author: alanwu (Alan Wu) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.7.0dev (2019-07-15T00:58:26Z master 223854ebe8) [x86_64-linux] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- `ruby -e 'p method(:lambda).call{}.lambda?'` prints false on 2.3.x-master(223854ebe8). I think it should create lambdas. -- https://bugs.ruby-lang.org/ Unsubscribe: