class GifInfo::Blocks::Trailer
Indicates the end of the file.
Public Instance Methods
skip!()
click to toggle source
Skips block in stream.
# File lib/gif-info/blocks/trailer.rb, line 27 def skip! @io.seek(1, IO::SEEK_CUR) end