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