instance method
real_mod_name
Ruby on Rails 7.1.6
Since v6.1.7.10 PrivateSignature
real_mod_name(mod)
No documentation comment.
Parameters
-
modreq
Source
# File activesupport/lib/active_support/core_ext/name_error.rb, line 56
def real_mod_name(mod)
UNBOUND_METHOD_MODULE_NAME.bind_call(mod)
end
Defined in activesupport/lib/active_support/core_ext/name_error.rb line 56
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in NameError