Sha256: 3c971936813ad885898483c3c87323ed5c27fcea08241fee0adcb41102dedd8a

Contents?: true

Size: 543 Bytes

Versions: 2

Compression:

Stored size: 543 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

2 entries across 2 versions & 1 rubygems

Version Path
macros4cuke-0.5.03 lib/macros4cuke/formatter/all-notifications.rb
macros4cuke-0.4.09 lib/macros4cuke/formatter/all-notifications.rb