From: bughitgithub@... Date: 2020-04-02T17:56:14+00:00 Subject: [ruby-core:97678] [Ruby master Feature#16752] :private param for const_set Issue #16752 has been reported by bughit (bug hit). ---------------------------------------- Feature #16752: :private param for const_set https://bugs.ruby-lang.org/issues/16752 * Author: bughit (bug hit) * Status: Open * Priority: Normal ---------------------------------------- Defining a private constant should not require two method calls. You want to encourage private declarations because they communicate intent better and are easier to refactor, two statements discourage it. Ideally there should be compact syntax for direct private declarations, but that's probably a difficult change. But `const_set :FOO, 1, private: true` or `const_set :FOO, 1, :private` should be trivial -- https://bugs.ruby-lang.org/ Unsubscribe: