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:
parent
643ae12ae6
commit
63b36ea80d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module V8
|
|||
|
||||
def to_s
|
||||
@native.context.enter do
|
||||
@native.ToString()
|
||||
To.rb(@native.ToString())
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue