lib/macros4cuke/formatter/to-null.rb in macros4cuke-0.4.08 vs lib/macros4cuke/formatter/to-null.rb in macros4cuke-0.4.09

- old
+ new

@@ -18,23 +18,23 @@ # Tell which notifications the formatter subscribes to. def implements() return Formatter::AllNotifications end - + def on_collection(aLevel, aMacroCollection) ; # Do nothing end - + def on_collection_end(aLevel) ; # Do nothing end def on_step(aLevel, aMacroStep) ; # Do nothing end - + def on_step_end(aLevel) ; # Do nothing end def on_phrase(aLevel, aPhraseText, useTable) @@ -42,38 +42,38 @@ end def on_renderer(aLevel, aRenderer) ; # Do nothing end - + def on_renderer_end(aLevel) ; # Do nothing end def on_source(aLevel, aSourceText) ; # Do nothing end - + def on_static_text(aLevel, aText) ; # Do nothing end - + def on_comment(aLevel, aComment) ; # Do nothing end - + def on_eol(aLevel) ; # Do nothing end - + def on_placeholder(aLevel, aPlaceHolderName) ; # Do nothing end - + def on_section(aLevel, aSectionName) ; # Do Nothing end - + def on_section_end(aLevel) ; # Do Nothing end