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