Method: Representable::Debug::Mapper#uncompile_fragment

Defined in:
lib/representable/debug.rb

#uncompile_fragment(bin, doc) ⇒ Object



82
83
84
85
86
# File 'lib/representable/debug.rb', line 82

def uncompile_fragment(bin, doc)
  bin.extend(Binding)
  puts "              uncompile_fragment: #{bin.name}"
  super
end