class NullLogger
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/null_logger.rb, line 4 def initialize super("/dev/null") end