class Pronto::Logger
Public Class Methods
Source
# File lib/pronto/logger.rb, line 3 def self.silent null = File.open(File::NULL, 'w') new(null) end
# File lib/pronto/logger.rb, line 3 def self.silent null = File.open(File::NULL, 'w') new(null) end