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
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