1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00

Adding require for stringio

This commit is contained in:
Renier Morales 2010-08-11 03:58:11 +08:00 committed by Charles Lowell
parent 9d91471704
commit 1e16042ec0

View file

@ -1,3 +1,5 @@
require 'stringio'
module Rhino
# ==Overview