# File lib/em-websocket/framing05.rb, line 132
      def send_text_frame(data)
        send_frame(:text, data)
      end