sgharms (STeven Harms)
- Login: sgharms
- Registered on: 01/06/2016
- Last sign in: 01/06/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/07/2016
-
12:09 AM Ruby Feature #11963 (Closed): Add a simple static web server to `ruby`
- # Introduction
"Good artists copy, great artists steal." - Pablo Picasso
`python -m SimpleHTTPServer` starts a static webserver in the local directory. It is
helpful in many surprising ways. Ruby lacks a similar idiom. I advocate...