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:
parent
9d91471704
commit
1e16042ec0
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'stringio'
|
||||
|
||||
module Rhino
|
||||
|
||||
# ==Overview
|
||||
|
@ -195,4 +197,4 @@ module Rhino
|
|||
|
||||
class RunawayScriptError < StandardError # :nodoc:
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue