# File lib/tins/file_binary.rb, line 72
      def binary?(name, options = {})
        open(name, 'rb') { |f| f.binary?(options) }
      end