Sha256: b1187e4668abf939eb999a6d19ee755b2d6aeeedb8a8e69b42cdc879559796c6
Contents?: true
Size: 590 Bytes
Versions: 1
Compression:
Stored size: 590 Bytes
Contents
# frozen_string_literal: true # 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 = %i[ 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 ].freeze end # module end # module # End of file
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
macros4cuke-0.5.17 | lib/macros4cuke/formatter/all-notifications.rb |