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