module V8::Conversion::String
Public Instance Methods
to_v8()
click to toggle source
# File lib/v8/conversion/string.rb, line 3 def to_v8 V8::C::String::New(self) end
# File lib/v8/conversion/string.rb, line 3 def to_v8 V8::C::String::New(self) end