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