lib/macros4cuke/formatter/to-trace.rb in macros4cuke-0.5.14 vs lib/macros4cuke/formatter/to-trace.rb in macros4cuke-0.5.15

- old
+ new

@@ -15,12 +15,10 @@ def initialize(anIO) @io = anIO end - public - # Tell which notifications the formatter subscribes to. def implements() return Formatter::AllNotifications end @@ -38,10 +36,10 @@ def on_step_end(aLevel) trace_event(aLevel, __method__) end - def on_phrase(aLevel, _, _) + def on_phrase(aLevel, _, _) trace_event(aLevel, __method__) end def on_renderer(aLevel, _) trace_event(aLevel, __method__)