module Representable::Debug::Deserializer

Public Instance Methods

create_object(fragment, *args) click to toggle source
Calls superclass method
# File lib/representable/debug.rb, line 67
def create_object(fragment, *args)
  value = super
    puts "                    Deserializer#create_object: --> #{value.inspect}"
  value
end