Method: File#mime
- Defined in:
- lib/magic/core/file.rb
#mime ⇒ Object
call-seq:
File.mime -> string or array
See also: File#magic and File#type
53 54 55 |
# File 'lib/magic/core/file.rb', line 53 def mime self.class.mime(self) end |