class Swagcov::Dotfile

def only_regex

def only_regex
  @only_regex ||= path_config_regex(dotfile.dig("routes", "paths", "only"))
end