class StringIO

Needed in order to make diff work for StringIO objects

Public Instance Methods

==(o) click to toggle source
# File lib/stringio_equals.rb, line 5
def ==(o)
  self.read == o.read
end