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