From: alpaca-tc@... Date: 2016-02-19T13:46:24+00:00 Subject: [ruby-dev:49498] [Ruby trunk Bug#12089] Raise not stable NameError Issue #12089 has been reported by Hiroyuki Ishii. ---------------------------------------- Bug #12089: Raise not stable NameError https://bugs.ruby-lang.org/issues/12089 * Author: Hiroyuki Ishii * Status: Open * Priority: Normal * Assignee: * ruby -v: 2.3.0 * Backport: ---------------------------------------- Is this intentional? ``` irb(main):001:0> Object.const_get('A') NameError: uninitialized constant Object::A irb(main):002:0> :A => :A irb(main):003:0> Object.const_get('A') NameError: uninitialized constant A ``` -- https://bugs.ruby-lang.org/