# File lib/protocols/linetext2.rb, line 127
127:                         def unbind
128:                                 if @lt2_mode == :text and @lt2_textpos > 0
129:                                         receive_binary_data @lt2_textbuffer.join
130:                                 end
131:                         end