class OasRails::Extractors::RouteExtractor

def host_paths

def host_paths
  @host_paths ||= host_routes.map(&:path).uniq.sort
end