# File lib/brakeman/processors/lib/rails2_route_processor.rb, line 218
  def process_with_options exp
    @with_options = exp.block_call.last_arg
    @nested = Sexp.new(:lvar, exp.block_args.value)

    self.current_controller = check_for_controller_name exp.block_call.args

    #process block
    process exp.block

    @with_options = nil
    @nested = nil
  end