AppHarbor.Tests.InMemoryFileSystem.Delete C# (CSharp) Method

Delete() public method

public Delete ( string path ) : void
path string
return void
        public void Delete(string path)
        {
            _files.Remove(path);
        }