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

wasn't wrapping the return value of ToString() in to_s

This commit is contained in:
Charles Lowell 2010-05-24 09:43:24 +03:00
parent 643ae12ae6
commit 63b36ea80d

View file

@ -23,7 +23,7 @@ module V8
def to_s
@native.context.enter do
@native.ToString()
To.rb(@native.ToString())
end
end