From: shyouhei@... Date: 2017-07-18T06:28:00+00:00 Subject: [ruby-core:82091] [Ruby trunk Bug#13752] Can't observe sibling refinements Issue #13752 has been reported by shyouhei (Shyouhei Urabe). ---------------------------------------- Bug #13752: Can't observe sibling refinements https://bugs.ruby-lang.org/issues/13752 * Author: shyouhei (Shyouhei Urabe) * Status: Assigned * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.5.0dev (2017-07-18 trunk 59355) [x86_64-darwin15] * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- Sorry in advance if already reported elsewhere, but is this intentional? ```ruby class Foo using Module.new { refine Foo do def foo puts "foo" end end } using Module.new { refine Foo do def bar foo end end } new.bar end ``` -- https://bugs.ruby-lang.org/ Unsubscribe: