spec/support/silent-logger.rb in
fourchette-0.1.2
vs spec/support/silent-logger.rb in
fourchette-0.1.3
- old
+ new
@@ -1,4 +1,4 @@
Logger.class_eval do
- def info(*args)
+ def info(*_args)
end
-end
\ No newline at end of file
+end