Module: BCDD::Contract::Map::Pairs
- Defined in:
- lib/bcdd/contract/map/pairs.rb
Defined Under Namespace
Modules: Checker
Classes: Checking
Class Method Summary
collapse
Class Method Details
.new(strategy) ⇒ Object
43
44
45
|
# File 'lib/bcdd/contract/map/pairs.rb', line 43
def self.new(strategy)
Core::Factory.new(Checker, Checking, strategy)
end
|