lib/climatic/logger/manager.rb in climatic-0.2.38 vs lib/climatic/logger/manager.rb in climatic-0.2.39
- old
+ new
@@ -6,11 +6,11 @@
module Manager
attr_reader :logger
- def puts_and_logs(*args)
- logger.puts_and_logs *args
+ def puts_and_logs(*args, **options)
+ logger.puts_and_logs *args, **options
end
def logger=(new_logger)
new_logger ||= DEVNULL_LOGGER