lib/testr/client.rb in testr-14.0.3 vs lib/testr/client.rb in testr-14.1.0
- old
+ new
@@ -26,14 +26,9 @@
@io_write_lock.synchronize do
warn "#{caller[2]} SEND #{command.inspect}" if $DEBUG
@io.puts JSON.dump(command)
end
end
-
- def quit
- send [:quit]
- super
- end
end
end
end