# File lib/ttfunk/subset/mac_roman.rb, line 25 def includes?(character) code = Encoding::MacRoman::FROM_UNICODE[character] code && @subset[code] end