Module: Representable::Debug::Mapper
- Defined in:
- lib/representable/debug.rb
Instance Method Summary collapse
Instance Method Details
#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 |
#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 |