class ActionDispatch::Routing::RouteSet

def generate(options, recall = {})

def generate(options, recall = {})
  Generator.new(options, recall, self).generate
end