lib/macros4cuke/formatter/to-null.rb in macros4cuke-0.5.14 vs lib/macros4cuke/formatter/to-null.rb in macros4cuke-0.5.15
- old
+ new
@@ -15,62 +15,62 @@
def implements()
return Formatter::AllNotifications
end
def on_collection(_, _)
- ; # Do nothing
+ # Do nothing
end
def on_collection_end(_)
- ; # Do nothing
+ # Do nothing
end
def on_step(_, _)
- ; # Do nothing
+ # Do nothing
end
def on_step_end(_)
- ; # Do nothing
+ # Do nothing
end
def on_phrase(_, _, _)
- ; # Do nothing
+ # Do nothing
end
def on_renderer(_, _)
- ; # Do nothing
+ # Do nothing
end
def on_renderer_end(_)
- ; # Do nothing
+ # Do nothing
end
def on_source(_, _)
- ; # Do nothing
+ # Do nothing
end
def on_static_text(_, _)
- ; # Do nothing
+ # Do nothing
end
def on_comment(_, _)
- ; # Do nothing
+ # Do nothing
end
def on_eol(_)
- ; # Do nothing
+ # Do nothing
end
def on_placeholder(_, _)
- ; # Do nothing
+ # Do nothing
end
def on_section(_, _)
- ; # Do Nothing
+ # Do Nothing
end
def on_section_end(_)
- ; # Do Nothing
+ # Do Nothing
end
end # class
end # module
end # module