class YARD::RegistryResolver

def split_on_separators_match

Returns:
  • (Regexp) - the regexp that can be used to split a string on all
def split_on_separators_match
  @@split_on_separators_match ||= /(.+?)(#{separators_match}|$)/
end