Module: KRPC::ProtobufExtensions::SafeEquals

Included in:
MessageExtensions
Defined in:
lib/krpc/protobuf_extensions.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



8
9
10
11
12
# File 'lib/krpc/protobuf_extensions.rb', line 8

def ==(other)
  super
rescue TypeError
  false
end