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