# File lib/mimemagic.rb, line 44
def
text?
;
mediatype
==
'text'
||
child_of?
(
'text/plain'
);
end