Module: Ruckus::StructureSearchModules
- Included in:
- Structure
- Defined in:
- lib/ruckus/structure/searchmods.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
3 4 5 6 7 8 9 10 |
# File 'lib/ruckus/structure/searchmods.rb', line 3 def self.included(klass) klass.class_eval { class_inheritable_array :search_modules write_inheritable_array :search_modules, [] } klass.extend(ClassMethods) end |