class OasRails::Extractors::RouteExtractor

def clear_cache

to force a extraction of the routes again.
This method clear the class instance variable @host_routes

Clear Class Instance Variable @host_routes
def clear_cache
  @host_routes = nil
end