Method: BCDD::Contract::Unit::Factory.new

Defined in:
lib/bcdd/contract/unit/factory.rb

.new(strategy) ⇒ Object



5
6
7
# File 'lib/bcdd/contract/unit/factory.rb', line 5

def self.new(strategy)
  Core::Factory.new(Unit::Checker, Unit::Checking, strategy)
end