Method: V8::Object#to_s

Defined in:
lib/v8/object.rb

#to_sObject



49
50
51
52
53
# File 'lib/v8/object.rb', line 49

def to_s
  @context.enter do
    @context.to_ruby @native.ToString()
  end
end