Module: Poms::HasAncestors
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
37 38 39 40 |
# File 'lib/poms/has_ancestors.rb', line 37 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |