From: "mpapis (Michal Papis)" Date: 2013-01-16T10:55:02+09:00 Subject: [ruby-core:51459] [ruby-trunk - Feature #7704][Open] Add a list of enabled (experimental) language features. Issue #7704 has been reported by mpapis (Michal Papis). ---------------------------------------- Feature #7704: Add a list of enabled (experimental) language features. https://bugs.ruby-lang.org/issues/7704 Author: mpapis (Michal Papis) Status: Open Priority: Normal Assignee: Category: Target version: With multiple Ruby implementations and "experimental" features like "refinements" it would be nice to have an array or hash including list of enabled language features so developers could check it instead of auto-discovering code with some hacks. Additionally a new keyword like `require_features :refinements, ...` could be introduced to allow easy validation via either exception or return status. -- http://bugs.ruby-lang.org/