class Nurse::SharedServiceFactory

Private Class Methods

share(_shared) click to toggle source
# File lib/nurse/shared_service_factory.rb, line 10
def share(_shared)
  raise 'You cannot change the shared state of a shared service factory. Extend Nurse::ServiceFactory instead'
end

Public Instance Methods

shared?() click to toggle source
# File lib/nurse/shared_service_factory.rb, line 3
def shared?
  true
end