lib/mangopay/util/void_logger.rb in mangopay-v4-4.0.0 vs lib/mangopay/util/void_logger.rb in mangopay-v4-4.0.1
- old
+ new
@@ -1,6 +1,6 @@
-# Logger implementation which will not print any messages.
-class VoidLogger < CustomLogger
- def initialize(*_args); end
-
- def add(*_args, &_block); end
+# Logger implementation which will not print any messages.
+class VoidLogger < CustomLogger
+ def initialize(*_args); end
+
+ def add(*_args, &_block); end
end
\ No newline at end of file