Module: Hook::Extensions
- Defined in:
- lib/hook-client/extensions.rb
Class Method Summary collapse
Class Method Details
.eager_load! ⇒ Object
5 6 7 |
# File 'lib/hook-client/extensions.rb', line 5 def self.eager_load! self.constants.each {|const| self.const_get(const) } end |