Method: RKit::Core::Loader#load_paths!
- Defined in:
- lib/r_kit/core/loader.rb
#load_paths! ⇒ Object
41 42 43 |
# File 'lib/r_kit/core/loader.rb', line 41 def load_paths! load_paths.sort{ |a, b| a.priority <=> b.priority }.each &:load! end |