module AttributedObject::Strict
Public Class Methods
included(descendant)
click to toggle source
Calls superclass method
# File lib/attributed_object/strict.rb, line 3 def self.included(descendant) super descendant.send(:extend, ClassExtension) descendant.send(:include, InstanceMethods) end