class Tryouts::Drill::Response

def ==(other)

def ==(other)
  return false if other.nil?
  @rcode == other.rcode &&
  @emsg == other.emsg &&
  compare_output(other)
end