Module: SandthornEventFilter

Defined in:
lib/sandthorn_event_filter.rb,
lib/sandthorn_event_filter/event.rb,
lib/sandthorn_event_filter/filter.rb,
lib/sandthorn_event_filter/version.rb,
lib/sandthorn_event_filter/matchers/extract.rb,
lib/sandthorn_event_filter/matchers/matcher.rb,
lib/sandthorn_event_filter/matchers/not_matcher.rb,
lib/sandthorn_event_filter/rspec/custom_matchers.rb,
lib/sandthorn_event_filter/matchers/block_matcher.rb,
lib/sandthorn_event_filter/matchers/identity_matcher.rb,
lib/sandthorn_event_filter/matchers/event_name_matcher.rb,
lib/sandthorn_event_filter/matchers/matcher_collection.rb,
lib/sandthorn_event_filter/matchers/aggregate_type_matcher.rb,
lib/sandthorn_event_filter/matchers/sequence_number_matcher.rb,
lib/sandthorn_event_filter/matchers/attribute_changed_matcher.rb

Defined Under Namespace

Modules: Matchers, Rspec Classes: Event, Filter

Constant Summary collapse

VERSION =
"0.0.3"

Class Method Summary collapse

Class Method Details

.filter(*args) ⇒ Object



6
7
8
# File 'lib/sandthorn_event_filter.rb', line 6

def self.filter(*args)
  Filter.new(*args)
end