# File lib/linecache.rb, line 519
  def yes_no(var)
    return var ? "" : "not "
  end