# File lib/mimemagic.rb, line 87 def self.all_by_magic(io) magic_match(io, :select).map { |mime| new(mime[0]) } end