Added require() for StringIO.

This is needed since the lexer checks if the input is a StringIO instance.
This commit is contained in:
Yorick Peterse 2014-07-01 09:37:52 +02:00
parent 8314d24435
commit 5073056831
1 changed files with 1 additions and 0 deletions

View File

@ -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.