method
names
v3.2.13 -
Show latest stable
- Class:
QualifiedConstUtils
names(path)public
No documentation available.
# File activesupport/lib/active_support/core_ext/module/qualified_const.rb, line 11
def self.names(path)
path.split('::')
end