mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
remove warnings
This commit is contained in:
parent
5440e3f625
commit
daba828c27
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue