Module: Representable::Debug::Serializer

Defined in:
lib/representable/debug.rb

Instance Method Summary collapse

Instance Method Details

#marshal(object, user_options) ⇒ Object



75
76
77
78
# File 'lib/representable/debug.rb', line 75

def marshal(object, user_options)
  puts "                    Serializer#marshal: --> #{object.inspect}"
  super
end