Actions
Feature #8462
closedModule.remove_const inconsistant naming
Feature #8462:
Module.remove_const inconsistant naming
Status:
Rejected
Assignee:
-
Target version:
-
Description
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).
Actions