class EchoMsg
A test message
Public Class Methods
marshal(_o)
click to toggle source
# File src/ruby/spec/support/services.rb, line 20 def self.marshal(_o) '' end
unmarshal(_o)
click to toggle source
# File src/ruby/spec/support/services.rb, line 24 def self.unmarshal(_o) EchoMsg.new end