method

close

v1_9_1_378 - Show latest stable - Class: WEBrick::BasicLog
close()
public

No documentation available.

# File lib/webrick/log.rb, line 32
    def close
      @log.close if @opened
      @log = nil
    end