From: "kyledecot (Kyle Decot)" Date: 2013-05-29T22:19:47+09:00 Subject: [ruby-core:55198] [ruby-trunk - Feature #8462][Open] Module.remove_const inconsistant naming Issue #8462 has been reported by kyledecot (Kyle Decot). ---------------------------------------- Feature #8462: Module.remove_const inconsistant naming https://bugs.ruby-lang.org/issues/8462 Author: kyledecot (Kyle Decot) Status: Open Priority: Normal Assignee: Category: core Target version: The Module class in Ruby has several methods for dealing w/ constants: const_set const_get const_defined? const_missing remove_const The last of which is inconsistently named. I propose that we deprecate this method and create a new one called const_unset (as it's the counterpart to const_set). -- http://bugs.ruby-lang.org/