module Representable::Debug::Serializer
Public Instance Methods
marshal(object, user_options)
click to toggle source
Calls superclass method
# File lib/representable/debug.rb, line 75 def marshal(object, user_options) puts " Serializer#marshal: --> #{object.inspect}" super end