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

remove warnings

This commit is contained in:
Sam 2016-05-11 18:44:24 +10:00
parent 5440e3f625
commit daba828c27

View file

@ -41,9 +41,13 @@ module MiniRacer
def initialize(options = nil)
@functions = {}
@lock = Mutex.new
@timeout = nil
@current_exception = nil
if options
@timeout = options[:timeout]
end
end
def eval(str)