# File lib/rcodetools/completion.rb, line 266
  def __prepare_line(recv, all_completion_expr, all_completion_expr_verbose)
    if self.class.candidates_with_description_flag
      ___prepare_line(recv, all_completion_expr_verbose.gsub(/%n/, '('+all_completion_expr+')'))
    else
      ___prepare_line(recv, all_completion_expr) 
    end

  end