module Tins::FileBinary
def ascii?(options = {})
FileBinary#binary? returns true, and nil otherwise. For an explanation of
Returns true if FileBinary#binary? returns false, false if
def ascii?(options = {}) case binary?(options) when true then false when false then true end end