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