module QualifiedConstUtils

def self.names(path)

def self.names(path)
  path.split('::')
end