# File lib/websocket/frame/data.rb, line 9 def <<(*args) super *args.each { |arg| arg.force_encoding('ASCII-8BIT') if respond_to?(:force_encoding) } end