Method: Representable::Debug::Binding#read

Defined in:
lib/representable/debug.rb

#read(doc) ⇒ Object



28
29
30
31
32
# File 'lib/representable/debug.rb', line 28

def read(doc)
  value = super
  puts "                #read --> #{value.inspect}"
  value
end