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