6 7 8 9 10 11 12
# File 'lib/lean-utils/namespaced/class_methods.rb', line 6 def _namespace @namespace ||= begin const_get(Lean::Utils.namespace(name)) rescue NameError, TypeError self end end