# File lib/protocols/linetext2.rb, line 135
135:                         def unbind
136:                                 if @lt2_mode == :text and @lt2_textpos > 0
137:                                         receive_binary_data @lt2_textbuffer.join
138:                                 end
139:                         end