# File lib/websocket/frame/data.rb, line 13
      def convert_args(args)
        args.each { |arg| arg.force_encoding('ASCII-8BIT') }
      end