Method: Ru::Stream#==

Defined in:
lib/ru/stream.rb

#==(other) ⇒ Object



109
110
111
# File 'lib/ru/stream.rb', line 109

def ==(other)
  other.is_a?(self.class) && self.stream == other.stream
end