Module: Poms::HasAncestors
Overview
Mixin for a class that has ancestors.
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
49 50 51 52 |
# File 'lib/poms/has_ancestors.rb', line 49 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |