mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
properly return javascript boolean values from ruby boolean values.
This commit is contained in:
parent
5a16191a35
commit
87db724627
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ module V8
|
|||
end
|
||||
when ::Time
|
||||
C::Date::New(value)
|
||||
when nil,Numeric
|
||||
when nil,Numeric,TrueClass,FalseClass
|
||||
value
|
||||
else
|
||||
rubyobject = C::ObjectTemplate::New()
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d2a49ee7c6dad31f71887f48497819884400af46
|
||||
Subproject commit 8ecf5e635559a8e5043b426c764dd3a8492d209f
|
Loading…
Add table
Add a link
Reference in a new issue