module Roma::CommandPlugin::PluginTest

Public Instance Methods

ev_echo(s) click to toggle source
   # File lib/roma/plugin/plugin_test.rb
 8 def ev_echo(s)
 9   send_data("#{s.inspect}\r\n")
10 end