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