# File lib/core/facets/string/file.rb, line 9
  def file
    f = self
    Functor.new do |op, *a|
      File.send(op, f, *a)
    end
  end