class Toys::Utils::Terminal

def close


a log device target, but it does not actually close anything.
This method is defined so that `::Logger` will recognize a terminal as
#
def close
  nil
end