# File lib/em-websocket/framing07.rb, line 7
      def initialize_framing
        @data = MaskedString.new
        @application_data_buffer = '' # Used for MORE frames
      end