Class: MessagePack::IDL::IR::EmptyValue
- Defined in:
- lib/msgpack/idl/ir.rb
Instance Method Summary collapse
Instance Method Details
#==(o) ⇒ Object
253 254 255 256 |
# File 'lib/msgpack/idl/ir.rb', line 253 def ==(o) # TODO o.class == EmptyValue end |