From: "ko1 (Koichi Sasada)" Date: 2021-12-02T18:45:02+00:00 Subject: [ruby-core:106407] [Ruby master Feature#17721] Proc.new should be able to contruct a lambda Issue #17721 has been updated by ko1 (Koichi Sasada). Status changed from Open to Rejected could you make new ticket with more motivation/example/discussion? ---------------------------------------- Feature #17721: Proc.new should be able to contruct a lambda https://bugs.ruby-lang.org/issues/17721#change-95046 * Author: bughit (bug hit) * Status: Rejected * Priority: Normal ---------------------------------------- since procs and lambdas are of the same type, as long as Proc::new exists, it should be able to create either. ```ruby class Proc def augment self.class.new lambda? do call end end end ``` -- https://bugs.ruby-lang.org/ Unsubscribe: