Method: BinData::Choice#do_read_with_hook
- Defined in:
- lib/bindata/trace.rb
#do_read_with_hook(io) ⇒ Object
79 80 81 82 83 84 85 86 |
# File 'lib/bindata/trace.rb', line 79 def do_read_with_hook(io) BinData. do |tracer| selection_string = eval_parameter(:selection).inspect tracer.trace_obj("#{debug_name}-selection-", selection_string) end do_read_without_hook(io) end |