# File lib/protocols/line_and_text.rb, line 78
78:       def unbind
79:         if @lbp_mode == :binary and @lbp_binary_limit > 0
80:           if respond_to?(:receive_binary_data)
81:             receive_binary_data( @lbp_binary_buffer[0...@lbp_binary_bytes_received] )
82:           end
83:         end
84:       end