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