Module: Interdependence::CommonMixin
Overview
Mixin behavior for managing modules which specify that they depend on other validators.
Defined Under Namespace
Modules: ClassMethods, MixinMethods
Class Method Summary collapse
-
.extended(base) ⇒ undefined
private
Extends MixinMethods when included.
Class Method Details
.extended(base) ⇒ undefined
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Extends MixinMethods when included
12 13 14 |
# File 'lib/interdependence/common_mixin.rb', line 12 def self.extended(base) base.extend(MixinMethods) end |