class MimeMagic

def eql?(other)

Allow comparison with string
def eql?(other)
  type == other.to_s
end