class YARD::RegistryResolver

def starts_with_default_separator_match

Returns:
  • (Regexp) - the regexp match of the default separator
def starts_with_default_separator_match
  @@starts_with_default_separator_match ||= /\A#{default_separator}/
end