Commit 1edf538
committed
[close #20] Require StringIO
When the `stringio` library is not required then using the examples gives us this error:
```
NameError (uninitialized constant UnicodePlot::StyledPrinter::StringIO)
```
By adding this require to the top level library file we guarantee it is always loaded.1 parent 6fcb046 commit 1edf538
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments