Add a Platform class.
- Rename the "process" module to "os". - Add Platform to it. - Static "name" method. - Static "isPosix" method. - Docs and tests!
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
^title Module "os"
|
||||
|
||||
The os module exposes classes for accessing capabilities provided by the
|
||||
underlying operating system.
|
||||
|
||||
* [Platform](platform.html)
|
||||
* [Process](process.html)
|
||||
Reference in New Issue
Block a user