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