# File test/test_loader.rb, line 57
    def touch(path)
      File.open(path, 'w') {|output|
        # nothing to do.
      }
      nil
    end