# File lib/native_file_types/generic/GenericGIF.rb, line 7 def GenericGIF.is_gif?(native_file) return (native_file.data_without_header[0,4]=="GIF8") end