Class: GoodMsg
- Inherits:
-
Object
- Object
- GoodMsg
- Defined in:
- src/ruby/spec/generic/service_spec.rb
Overview
A test message that encodes/decodes using marshal/marshal.
Class Method Summary collapse
Class Method Details
.marshal(_o) ⇒ Object
21 22 23 |
# File 'src/ruby/spec/generic/service_spec.rb', line 21 def self.marshal(_o) '' end |
.unmarshal(_o) ⇒ Object
25 26 27 |
# File 'src/ruby/spec/generic/service_spec.rb', line 25 def self.unmarshal(_o) GoodMsg.new end |