lib/protocol/http/body/file.rb in protocol-http-0.18.0 vs lib/protocol/http/body/file.rb in protocol-http-0.19.0
- old
+ new
@@ -63,9 +63,13 @@
def empty?
@remaining == 0
end
+ def ready?
+ true
+ end
+
def rewind
@file.seek(@offset)
end
def read