module YARD::CodeObjects::NamespaceMapper

def map

Returns:
  • (Hash) - a mapping of types to separators
def map
  @map ||= {}
end