Module: Metior::AutoIncludeVCS
- Included in:
- Actor, Commit, Repository
- Defined in:
- lib/metior/auto_include_vcs.rb
Overview
This module should be included by all classes that have VCS implementation specific subclasses, like Repository.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(mod) ⇒ Object
Will automatically include the class method
inherited
.
Class Method Details
.included(mod) ⇒ Object
Will automatically include the class method inherited
17 18 19 |
# File 'lib/metior/auto_include_vcs.rb', line 17 def self.included(mod) mod.extend ClassMethods end |