class Flounder::Domain::NilDevice
A device that discards all logging made to it. This is used to be silent by default while still allowing the logging of all queries.
Public Instance Methods
close(*args)
click to toggle source
# File lib/flounder/domain.rb, line 14 def close *args end
write(*args)
click to toggle source
# File lib/flounder/domain.rb, line 12 def write *args end