class Marcel::Magic

def initialize(type)

Mime type by type string
def initialize(type)
  @type = type
  @mediatype, @subtype = type.split('/', 2)
end