module Utils::FileXt

def ascii?

def ascii?
  case binary?
  when true   then false
  when false  then true
  end
end