# File lib/faye/websocket/hybi_parser/stream_reader.rb, line 14 def put(bytes) return unless bytes and bytes.size > 0 @queue.concat(bytes) end