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