Libraries
»
therubyracer-tmpfork
(0.12.2)
»
Index (S)
»
V8
»
Conversion
»
String
Module: V8::Conversion::String
Defined in:
lib/v8/conversion/string.rb
Instance Method Summary
collapse
#
to_v8
⇒ Object
Instance Method Details
#
to_v8
⇒
Object
3 4 5
# File 'lib/v8/conversion/string.rb', line 3
def
to_v8
V8
::
C
::
String
::
New
(
self
)
end