Module: Sandthorn::BoundedContext

Extended by:
ClassMethods
Defined in:
lib/sandthorn/bounded_context.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

aggregate_types

Class Method Details

.included(other) ⇒ Object



35
36
37
# File 'lib/sandthorn/bounded_context.rb', line 35

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