Exception: Fraggle::Connection::DisconnectedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/fraggle/connection.rb

Instance Method Summary collapse

Instance Method Details

#==(o) ⇒ Object



16
17
18
19
# File 'lib/fraggle/connection.rb', line 16

def ==(o)
  return false if ! o.kind_of?(self.class)
  message == o.message
end