# File lib/evma/protocol.rb, line 79 79: def send_message data 80: Evma::Reactor.instance # ensure initialized 81: raise "unimplemented" 82: end