This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

reopen

        # Logger.reopen

(from ruby core)
---
    Logger#reopen
    Logger#reopen(logdev)

---

### Args

`logdev`
:   The log device.  This is a filename (String) or IO object (typically
    `STDOUT`, `STDERR`, or an open file).  reopen the same filename if
    it is `nil`, do nothing for IO.  Default is `nil`.


### Description

Reopen a log device.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.