class ActionDispatch::Journey::Visitors::FormatBuilder

def visit_STAR(n)

def visit_STAR(n)
  [Journey::Format.required_path(n.left.to_sym)]
end