From: 0x0dea+redmine@... Date: 2015-12-20T01:31:44+00:00 Subject: [ruby-core:72398] [Ruby trunk - Bug #11850] [Open] `define_method(:foo, &:bar)` segfaults irrespective of location or arguments. Issue #11850 has been reported by D.E. Akers. ---------------------------------------- Bug #11850: `define_method(:foo, &:bar)` segfaults irrespective of location or arguments. https://bugs.ruby-lang.org/issues/11850 * Author: D.E. Akers * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby 2.3.0dev (2015-12-20 trunk 53209) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- `define_method(:foo, :bar.to_proc)` behaves as it did in previous versions of Ruby. -- https://bugs.ruby-lang.org/