109 110 111
# File 'lib/ru/stream.rb', line 109 def ==(other) other.is_a?(self.class) && self.stream == other.stream end