Class: EchoMsg

Inherits:
Object
  • Object
show all
Defined in:
src/ruby/spec/support/services.rb

Overview

A test message

Class Method Summary collapse

Class Method Details

.marshal(_o) ⇒ Object



20
21
22
# File 'src/ruby/spec/support/services.rb', line 20

def self.marshal(_o)
  ''
end

.unmarshal(_o) ⇒ Object



24
25
26
# File 'src/ruby/spec/support/services.rb', line 24

def self.unmarshal(_o)
  EchoMsg.new
end