Class: StringIO

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

Overview

Needed in order to make diff work for StringIO objects

Instance Method Summary collapse

Instance Method Details

#==(o) ⇒ Object



5
6
7
# File 'lib/stringio_equals.rb', line 5

def ==(o)
  self.read == o.read
end