Module: Aggregates::WithAggregateHelpers

Included in:
CommandFilter, CommandProcessor
Defined in:
lib/aggregates/with_aggregate_helpers.rb

Overview

Helper functions for running blocks with a specified aggregate.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(host_class) ⇒ Object



18
19
20
# File 'lib/aggregates/with_aggregate_helpers.rb', line 18

def self.included(host_class)
  host_class.extend(ClassMethods)
end