lib/macros4cuke/formatter/to-null.rb in macros4cuke-0.4.00 vs lib/macros4cuke/formatter/to-null.rb in macros4cuke-0.4.01

- old
+ new

@@ -13,9 +13,10 @@ # This formatter can be useful when one wants to discard # any formatted output. class ToNull public + # Tell which notifications the formatter subscribes to. def implements() return Formatter::AllNotifications end