class Pathname

def binwrite(*args)

def binwrite(*args)
  IO.binwrite(to_s, *args)
end