module Sandthorn::BoundedContext

Public Class Methods

included( other ) click to toggle source
# File lib/sandthorn/bounded_context.rb, line 35
def self.included( other )
  other.extend( ClassMethods )
end