Class: ConfCtl::NullLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/confctl/null_logger.rb

Instance Method Summary collapse

Instance Method Details

#<<(_str) ⇒ Object



3
4
5
# File 'lib/confctl/null_logger.rb', line 3

def <<(_str)
  # do nothing
end