Sha256: ece3b39642681d4e69b77789434ae57fbb2236de61fecd7ca7b4232dc44f79ca

Contents?: true

Size: 577 Bytes

Versions: 7

Compression:

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

7 entries across 7 versions & 1 rubygems

Version Path
macros4cuke-0.5.14 lib/macros4cuke/formatter/all-notifications.rb
macros4cuke-0.5.13 lib/macros4cuke/formatter/all-notifications.rb
macros4cuke-0.5.12 lib/macros4cuke/formatter/all-notifications.rb
macros4cuke-0.5.11 lib/macros4cuke/formatter/all-notifications.rb
macros4cuke-0.5.10 lib/macros4cuke/formatter/all-notifications.rb
macros4cuke-0.5.09 lib/macros4cuke/formatter/all-notifications.rb
macros4cuke-0.5.08 lib/macros4cuke/formatter/all-notifications.rb