Module: Ree::CLI::Indexing
- Included in:
- IndexFile, IndexPackage, IndexProject
- Defined in:
- lib/ree/cli/indexing.rb,
lib/ree/cli/indexing/index_file.rb,
lib/ree/cli/indexing/index_package.rb,
lib/ree/cli/indexing/index_project.rb
Defined Under Namespace
Modules: ClassMethods Classes: IndexFile, IndexPackage, IndexProject
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
8 9 10 |
# File 'lib/ree/cli/indexing.rb', line 8 def self.included(base) base.extend(ClassMethods) end |