Method: Representable::Debug::Mapper#compile_fragment

Defined in:
lib/representable/debug.rb

#compile_fragment(bin, doc) ⇒ Object



88
89
90
91
92
# File 'lib/representable/debug.rb', line 88

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