module KRPC::ProtobufExtensions::SafeEquals

Public Instance Methods

==(other) click to toggle source
Calls superclass method
# File lib/krpc/protobuf_extensions.rb, line 8
def ==(other)
  super
rescue TypeError
  false
end