class BinData::Choice
def do_read_with_hook(io)
def do_read_with_hook(io) BinData.trace_message do |tracer| selection_string = eval_parameter(:selection).inspect tracer.trace_obj("#{debug_name}-selection-", selection_string) end do_read_without_hook(io) end