Class: EDango::DI::DummyServiceFactory
- Inherits:
-
ServiceFactory
- Object
- ServiceFactory
- EDango::DI::DummyServiceFactory
- Defined in:
- lib/edango/di/service_factory.rb
Class Method Summary collapse
Class Method Details
.service ⇒ Object
31 32 33 34 35 36 |
# File 'lib/edango/di/service_factory.rb', line 31 def self.service service = Service.new() service.definition[:interfaces] = {} service end |