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

add missing require

This commit is contained in:
Charles Lowell 2012-06-14 05:01:00 -05:00
parent e22d36b1df
commit ae9373064d

View file

@ -1,3 +1,4 @@
require 'stringio'
module V8
class Context
attr_reader :native, :conversion, :access