Sha256: c6fbdd6ec2a78d18df3fdae8384eadeb5847204816f08010c54e343dd3b44ea8
Contents?: true
Size: 551 Bytes
Versions: 9
Compression:
Stored size: 551 Bytes
Contents
# File: all_notifications.rb module Macros4Cuke # Module used as a namespace # Namespace for all formatters of MacroCollection and MacroStep objects module Formatter # The list of all formatting notifications AllNotifications = [ :on_collection, :on_collection_end, :on_step, :on_step_end, :on_phrase, :on_renderer, :on_renderer_end, :on_source, :on_static_text, :on_eol, :on_comment, :on_placeholder, :on_section, :on_section_end ] end # module end # module # End of file
Version data entries
9 entries across 9 versions & 1 rubygems