< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事(スレッド移動)
N :次の記事(スレッド移動)
|<:前のスレッド
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Issue #5690 has been updated by Nobuyoshi Nakada.
Description updated
----------------------------------------
Feature #5690: Module#qualified_const_get
https://bugs.ruby-lang.org/issues/5690#change-58324
* Author: Yehuda Katz
* Status: Closed
* Priority: Normal
* Assignee: Aaron Patterson
----------------------------------------
It would be great if there was a way to dynamically load a constant path:
```ruby
module Foo
module Bar
module Baz
end
end
end
Foo.qualified_const_get("Bar::Baz") => Foo::Bar::Baz
```
---Files--------------------------------
noname (500 Bytes)
bug5690.pdf (615 KB)
noname (500 Bytes)
p2c.diff (4.86 KB)
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request / ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>