Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Replace STDERR.puts by $stderr.puts elsewhere, which is potentially more ↵ | Robin Houston | 2011-06-21 | -1/+1 |
| | | | | flexible (because STDERR is always the system standard error file descriptor, whereas $stderr can be replaced by some other ruby object to handle error output). | |||
* | Explain what this does. | francis | 2009-09-17 | -0/+11 |
| | ||||
* | Useful. | francis | 2009-09-10 | -0/+63 |