class FileMagic
OK, we do not have filemagick, no worries
Public Instance Methods
file(file)
click to toggle source
file velocity.csv: UTF-8 Unicode text, with very long lines file velocity.xls: Composite Document File V2 Document, Little Endian, Os: Windows, Version 1.0, Code page: -535, Revision Number: 0 file velocity.xlsx: Microsoft OOXML
# File lib/see_as_vee.rb, line 9 def file file `file #{file}`.gsub(/\A#{file}:\s*/, '') end