lib/bindata/count_bytes_remaining.rb in bindata-2.4.15 vs lib/bindata/count_bytes_remaining.rb in bindata-2.5.0
- old
+ new
@@ -1,5 +1,5 @@
-require "bindata/base_primitive"
+require 'bindata/base_primitive'
module BinData
# Counts the number of bytes remaining in the input stream from the current
# position to the end of the stream. This only makes sense for seekable
# streams.