# File lib/em-websocket/connection.rb, line 20 def trigger_on_binary(msg) @onbinary.call(msg) if defined? @onbinary end