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