Module: IocRb::ConstLoaders::ActiveSupport
- Defined in:
- lib/ioc_rb/const_loaders/active_support.rb
Class Method Summary collapse
Class Method Details
.load_const(const_name) ⇒ Object
3 4 5 |
# File 'lib/ioc_rb/const_loaders/active_support.rb', line 3 def self.load_const(const_name) ::ActiveSupport::Inflector.constantize(const_name) end |