module ActiveSupport::Dependencies
def real_mod_name(mod)
Returns the original name of a class or module even if `name` has been
def real_mod_name(mod) UNBOUND_METHOD_MODULE_NAME.bind(mod).call end
def real_mod_name(mod) UNBOUND_METHOD_MODULE_NAME.bind(mod).call end