Method: Representable::Debug::Representable#create_representation_with

Defined in:
lib/representable/debug.rb

#create_representation_with(doc, options, format) ⇒ Object



15
16
17
18
19
20
# File 'lib/representable/debug.rb', line 15

def create_representation_with(doc, options, format)
  puts
  puts "[Serialize]........."
  puts "[Serialize]"
  super
end