# File lib/buildr/core/compile.rb, line 328
    def into(path)
      @target = file(path.to_s).enhance([self]) unless @target.to_s == path.to_s
      self
    end