class Mime::AllType

def all?; true; end

def all?; true; end

def html?; true; end

def html?; true; end

def initialize

def initialize
  super '*/*', :all
end