Skip to content

Commit d5085b5

Browse files
authored
Merge pull request #22 from schneems/schneems/stringio
[close #20] Require StringIO
2 parents 959bcff + 1edf538 commit d5085b5

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Master (unreleased)
2+
3+
- Fix error by requiring `stringio` (https://github.com/red-data-tools/unicode_plot.rb/pull/22)
4+
15
# 0.0.3
26

37
- Add histogram support

lib/unicode_plot.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'stringio'
2+
13
require 'unicode_plot/version'
24

35
require 'unicode_plot/utils'

0 commit comments

Comments
 (0)