method

real_mod_name

rails latest stable - Class: NameError
real_mod_name(mod)
private

No documentation available.

# 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