Module: Representable::Debug

Defined in:
lib/representable/debug.rb

Defined Under Namespace

Modules: Binding, Deserializer, Mapper, Populator, Representable, Serializer

Class Method Summary collapse

Class Method Details

.extended(represented) ⇒ Object



3
4
5
# File 'lib/representable/debug.rb', line 3

def self.extended(represented)
  represented.extend Representable
end