class Marcel::Magic

def self.by_path(path)

Lookup mime type by filename
def self.by_path(path)
  by_extension(File.extname(path))
end