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