Added require() for StringIO.
This is needed since the lexer checks if the input is a StringIO instance.
This commit is contained in:
parent
8314d24435
commit
5073056831
|
@ -1,5 +1,6 @@
|
|||
require 'ast'
|
||||
require 'set'
|
||||
require 'stringio'
|
||||
|
||||
# Load these first so that the native extensions don't have to define the
|
||||
# Oga::XML namespace.
|
||||
|
|
Loading…
Reference in New Issue