Class: Poisol::StubFactory
- Inherits:
-
Object
- Object
- Poisol::StubFactory
- Defined in:
- lib/poisol/stub_factory.rb
Instance Method Summary collapse
Instance Method Details
#build(folder) ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/poisol/stub_factory.rb', line 3 def build folder @folder = folder.chomp '/' @configs = [] load_domain load_stub_configs return @configs end |