class YARD::RegistryResolver

def starts_with_separator_match

Returns:
  • (Regexp) - the regexp that matches strings starting with
def starts_with_separator_match
  @@starts_with_separator_match ||= /\A(#{separators_match})/
end