Method: EndpointFlux::ClassLoader.load_class!
- Defined in:
- lib/endpoint_flux/class_loader.rb
.load_class!(klass_name) ⇒ Object
13 14 15 16 |
# File 'lib/endpoint_flux/class_loader.rb', line 13 def load_class!(klass_name) load_class(klass_name) || raise("The [#{klass_name}] should be a string representing a class") end |