# File lib/more/facets/ioredirect.rb, line 61
  def stop
    raise "Redirection already stopped" if not @t
    @t.kill
  end