# File lib/tins/file_binary.rb, line 55 def ascii?(options = {}) case binary?(options) when true then false when false then true end end