class ActionDispatch::Journey::Formatter

def initialize(routes)

def initialize(routes)
  @routes = routes
  @cache  = nil
end