Class: RubyFS::Stream::ConnectionStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_fs/stream.rb

Instance Method Summary collapse

Instance Method Details

#eql?(other) ⇒ Boolean Also known as: ==

Returns:

  • (Boolean)


8
9
10
# File 'lib/ruby_fs/stream.rb', line 8

def eql?(other)
  other.is_a? self.class
end